Hello, World!

100 points

Hello, World!

Requirements

Comments placed in the source code file10
Application JAR file is executable20
Application source and class files included20
Application displays Hello World and closes as required below50
Total100 pts

Resources

Objective

Setup the Java environment and create a simple program

Instructions

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.