08.16.10 - 12.12.10
Comments placed in the source code file | 10 pts |
Application JAR file is executable | 20 pts |
Application source and class files included | 20 pts |
Application displays Hello World and closes as required below | 50 pts |
Total | 100 pts |
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.