Fall 2011

Lab01
Hello, World!

Due: Thursday September 02, 2010 11:59 PM

Lab01 - Hello, World!

Requirements

Comments placed in the source code file10 pts
Application JAR file is executable20 pts
Application source and class files included20 pts
Application displays Hello World and closes as required below50 pts
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.