Poramin Rattanasuwan ISE582 Project Bookstore Objective : create a JAVA application for use in a store. This application must be able to –Show the product.

Slides:



Advertisements
Similar presentations
Choose the right picture
Advertisements

An On-line bookstore Software Engineering II CS616 Software Engineering II Team 4:Jing Fu Hai Huang Xiao-Rong Wang Lijun Yuan.
PowerPoint 2 Demonstration for PPT 138 Cases and Places Example 1.
Презентація за розділом “Гумористичні твори”
Центр атестації педагогічних працівників 2014
Галактики і квазари.
Характеристика ІНДІЇ.
Процюк Н.В. вчитель початкових класів Боярської ЗОШ І – ІІІ ст №4
Estimation Wizard. Follow The Link Which Best Describes Your Business.
Choose the right picture
Get to know Access 2007 Access does data Access does data. All kinds of data. From customer contacts, billing hours and inventory to diet and exercise.
Weighting Unit and Taxes.  the unit of measure for weight  is applied globally throughout the store  The default weighting unit in Zen Cart is the.
Enter User Id and Password Click on Submit Press Place Order Button.
Slide 1 Copyright © 2015, 2011, 2008 Pearson Education, Inc. Percent and Problem Solving: Sales Tax, Commission, and Discount Section7.5.
SEEM3460 Tutorial Arrays in Java. Arrays in Java Initialization array1 = new SomeClass[ARRAY_SIZE]; array1 = {element1, element2, …}; Object as elements.
New Students should click the ‘Student’ button to create an account Navigate to:
Some of the best books of  &mid= A23D2FC75CD A23D2FC75CD7.
Духовні символи Голосіївського району
Database for online bookstore Yaxian Yao
SeETL Demonstration 27 Project Plans 20/07/2013
After completing this lesson, you will be able to: Identify the basic features of productivity programs. Lesson: 1 Introduction to Productivity Programs.
User Interface Screen Shots Iron Wind Metals Shopping Cart Project.
Finding Original Amounts.  TODAY’S STANDARD: TODAY’S STANDARD:  CCSS.MATH.CONTENT.7.RP.A.3 Use proportional relationships to solve multistep ratio and.
CHOOSE 1 OF THESE.
Choose the right picture Choose the right word. 5.
Now your store is installed and your configuration settings done, it's time to the heart of your site: the catalog to go up. The catalog is the most important.
This presentation demonstrates online order process on Biznet Tradelink.
THE MOUSE Left Click THE MOUSE Right Click.
Click Here for Discount Candle Making Supplies - Cozyourscandlemaking.com
Placing an Order for Premier Dealer through User’s Budget
Replace this text with Property Name
13 Shopping Cart and Checkout Process
Utilizing Your Business Facebook Page
Signing up or logging in to your user account:
Checkout and Electronic Payment Processing
Percentages Today you will need …… Orange Books Calculator Pen
13 Shopping Cart and Checkout Process
13 Shopping Cart and Checkout Process
Проф. д-р Васил Цанов, Институт за икономически изследвания при БАН
ЗУТ ПРОЕКТ на Закон за изменение и допълнение на ЗУТ
О Б Щ И Н А С И Л И С Т Р А П р о е к т Б ю д ж е т г.
Електронни услуги на НАП
Боряна Георгиева – директор на
РАЙОНЕН СЪД - БУРГАС РАБОТНА СРЕЩА СЪС СЪДЕБНИТЕ ЗАСЕДАТЕЛИ ПРИ РАЙОНЕН СЪД – БУРГАС 21 ОКТОМВРИ 2016 г.
Сътрудничество между полицията и другите специалисти в България
Съобщение Ръководството на НУ “Христо Ботев“ – гр. Елин Пелин
НАЦИОНАЛНА АГЕНЦИЯ ЗА ПРИХОДИТЕ
ДОБРОВОЛЕН РЕЗЕРВ НА ВЪОРЪЖЕНИТЕ СИЛИ НА РЕПУБЛИКА БЪЛГАРИЯ
Съвременни софтуерни решения
ПО ПЧЕЛАРСТВО ЗА ТРИГОДИШНИЯ
от проучване на общественото мнение,
Васил Големански Ноември, 2006
Програма за развитие на селските райони
ОПЕРАТИВНА ПРОГРАМА “АДМИНИСТРАТИВЕН КАПАЦИТЕТ”
БАЛИСТИКА НА ТЯЛО ПРИ СВОБОДНО ПАДАНЕ В ЗЕМНАТА АТМОСФЕРА
МЕДИЦИНСКИ УНИВЕРСИТЕТ – ПЛЕВЕН
Стратегия за развитие на клъстера 2015
Моето наследствено призвание
Правна кантора “Джингов, Гугински, Кючуков & Величков”
Безопасност на движението
Unit 3 Review (Calculator)
Replace this text with Property Name
Review 1+3= 4 7+3= = 5 7+4= = = 6 7+6= = = 7+7+7=
CLICK TO START.
CLICK TO START.
Valentines Flip Book Presentation!
Calculate 9 x 81 = x 3 3 x 3 x 3 x 3 3 x 3 x 3 x 3 x 3 x 3 x =
Call Now : Click : -
Call Now : Click : -
Call Now : Click : -
Presentation transcript:

Poramin Rattanasuwan ISE582 Project Bookstore Objective : create a JAVA application for use in a store. This application must be able to –Show the product picture, price and discount. –Allow customer to choose the products by click mouse on the picture. –Calculate the total price and total discount. –Demonstrate the list of bought products, total price and total discount.

Bookstore –In a bookstore we have some different kinds of book. –Each book has individual picture, price and discount value. Program –7 classes in this program

Class description –1.Book : contain constructor for parameters(name,price,discount) –2. Const : set number of books –3. Shelf : contain array of book parameters –4.Cart : get the information of selected book. –5 Cashier: calculate total price and discount and make the bill. –6 Summary: set the frame for state the bill –7 StoreUI: make the frame for contact with customer.