Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
Lab01 Hello, World!
Due: Thursday September 02, 2010 11:59 PM
Lab01 - Hello, World!
Requirements
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
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.