Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2011Fall

08.16.10 - 12.12.10

Advanced Java

CSYS2413

Thursday
05:30 PM - 08:20 PM

Hello, World!

Lab01

Objective: Setup the Java environment and create a simple program

pastdue

Submit Your Solution

Lab01

Request a Copy of your Solution

Lab01

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

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.