Write a java applet using swing components, JAVA Programming

Assignment Help:

The project is optional. It is worth at least 7 bonus points beyond overall 100 points of this course. The grading will be on a pass/fail basis.

Write a Java application (not applet) to simulate a Vending Machine. This is a GUI program. A user can buy a bottle of water ($1.00), or a can of Coke ($1.25), or a bottle of Sprite ($1.50), or a bottle of root beer ($2.25), or a chocolate bar ($2.50). To make program simple, we assume that a user can buy only one item each time. Additionally, we assume there are only ten units for each item in the machine.

At the top of window, your program should have an interface for users to select item. It could be the selection panel of a real vending machine, which includes keys of A, B, 0, 1, 2, ..., and 9. Or you can use an option list, or a selection menu.

Next, the window should have a portion for the user to insert money. A user can insert a nickel, a dime, a quarter, or a dollar bill by clicking (or pushing the mnemonic key) a corresponding button. You program should record the total inserted amount. Credit card is not allowed.

Then, there should be a purchase button and an exit button. After pushing purchase button, your program will compare the money inserted to the price of selected item. If the former is greater or equal to the latter, then the program should print "xxx item has been dropped to the bottom. You change is xxx.xx." If not, a message will be displayed to tell the user insert more. If one item is sold out, a prompt for changing item to buy should be displayed.

Use bonus + Your Last Name + First Letter of Your First Name as the project name. Note that no space or special character is allowed in the name and all letters should be lower case. Zip the entire project directory into a .zip file and upload it to the Bonus folder in the Blackboard Assignments. You must include all subfolders and reserve the directory structure.

 Note:

  • Use hw4 + Your Last Name + First Letter of Your First Name as the project name. Note that no space or special character is allowed in the name and all letters should be lower case. For instance, for me, the name should be hw4dingw.
  • Zip the entire project directory into a .zip file for each project. For each project, you must include all subfolders and reserve the directory structure. Then upload both zip files to Assignments → Homework4 in the Blackboard. You MUST submit through Blackboard, unless in case it is too late. Otherwise 10 points will be deducted.
  • At the very beginning of your source file of the test class, in the comment, you should put your full name, the course number and name, the number of homework (here it is Homework4), the problem number, and the date of last successful debugging. Two points will be cut for each project without this information.
  • You MUST use Eclipse as IDE.
  • Each program MUST compile and run without error.

 

Write a Java applet using swing components to calculate and reserve a room at My Favorite Hotel. The applet should contain the following

  • Display today's (not today but the day the Java program is called)
  • Day of arrival è textfield (MMDDYYYY) edit for reasonable validity
  • Number of nights è textfield edit for validity (should be 1 through 30)
  • Drop down box for the number of people (1 through 4)
  • Drop box for Regular, Deluxe, or Suite
  • Radio button for 1 king size bed or 2 queen size beds
  • Radio button for Smoking or Non-Smoking or Any available
  • Button to check availability and calculate charge (you don't have to check availability unless you want to research interfacing to a Access or Excel)
  • Button to reserve - Will come back with a confirmation number and confirmation of inputted information (You don't have to reserve however unless you want to research)
  • The charges for the rooms are $110 for regular, $120 for deluxe, and $150 for suite. $15 extra per person will be charged for more then 2 people, and there is a 13.5% tax.
  • All editing should respond with the proper error.

 


Related Discussions:- Write a java applet using swing components

Difference between composition and aggregation, Aggregation Comp...

Aggregation Composition Aggregation :  An   association   in  which  one  class refers to collection or a another class. This is a part of  a  who

Need the following code for double variables instead of int, Need the follo...

Need the following code in double var instead of integer. import javax.swing.*; public class arrayVar { public static void main (String[] args) //This is our main method prompt

What is overloading explain with an example, What is Overloading explain wi...

What is Overloading explain with an example? Overloading is while the similar method or operator can be used on several different kinds of data. For example the + sign is used

Naive bayes classifier to compute the class of handling, 1) Categorical var...

1) Categorical variable tread Pattern = {A, B} and numerical variable tread Depth are used to classify Handling = {good, poor} of a vehicle. Depth is normally distributed with mean

Web-based client program, Why are JSP pages the preferred API for creating ...

Why are JSP pages the preferred API for creating a web-based client program? Because no plug-ins or security policy files are required on the client systems (applet does). Also,

Concurrent Programming, Problem 1 A savings account object holds a non-nega...

Problem 1 A savings account object holds a non-negative balance, and provides deposit(k ) and withdraw(k ) methods, where deposit(k ) adds k to the balance, and withdraw(k ) subtra

Need java netbeans platform developer, Project Description: I want a lot...

Project Description: I want a lot of developers to develop modules The basic purpose of this project is to prepare a standard ERP Software Company will be divided into module

Differences between AOP and OOP, Normal 0 false false false...

Normal 0 false false false EN-US X-NONE X-NONE      Obj ec t Ori e n

Program using ide application, Instructions: Please make sure your solu...

Instructions: Please make sure your solutions are original, in your own words, expressing your own ideas. Any copying from others' home-works, text books or online sources will

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd