Advanced Java
3 credits
| Comments placed in the source code file | 10 |
| Application JAR file is executable | 20 |
| Application source and class files included | 20 |
| Application displays Hello World and closes as required below | 50 |
| Total | 100 pts |
Setup the Java environment and create a simple program
For this lab you will need to create a simple GUI based Java application. The application should be a JFrame that has as its content a JLabel that says "Hello, World!" and a JButton that says "Close". When the Close button is pressed the application should terminate.