My Hello World
Application w/AWT's Frame 

by Michael Thomas

(Tutorial Home Page)


This java application is designed to be run from the command line. It will not display anything if run from a browser. Down load this file, compile it, then run it.

Example from DOS: (very case sensitive!)
javac MyHello_App_Frame.java 
java MyHello_App_Frame


The source file. View and/or download.