Question
Project Assignment IT145 USING NetBeans IDE 8.2 1. Develop an application with at least three classes (one of these will contain the main method; the
Project Assignment IT145 USING NetBeans IDE 8.2
1. Develop an application with at least three classes (one of these will contain the main method; the other two will have constructors). (15pts)
2. Within the classes your application must contain the following logic structures:
a) One of the constructors must be overloaded (different method signatures). (10pts)
b) At least one void method. (10pts)
c) At least one methods that returns a value. (10pts)
d) One repetition statement (While, Do or For loop). (10pts)
e) One decision structure (If/Else or Switch/Case). (10pts)
3. Your application must use GUI elements from Chapter 14 including at least two of the following buttons (with handlers), labels, textfields, checkboxes or a button group. (10pts)
4. You must include at least one use of JOptionPane for interactive dialog with users. (10pts)
5. All good programming techniques applied such as comments and white space. (10pts)
6. Compiles error free and is free of any errors (5pts).
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started