In this final assignment, you will add one more usability feature, which is to have the overall user input information on one form so that the user doesn't have to respond to several individual prompt boxes. You will be reusing some of your code developed in previous assignments along with potentially utilizing some of these new classes:
In this final assignment, you will add one more usability feature, which is to have the entire user input information on one form so that the user does not have to respond to several individual prompt boxes. You will be reusing some of your code developed in previous assignments along with potentially utilizing some of these new classes:
- GUI Components
- Swing versus AWT
- Component Class
- Layout Manger Classes
- JFrame Class
- JLabel Class
- JTextField Class
- Button Class