The class named Event08

Listing 1 shows the definition of the class named Event08.

The main() method instantiates Graphical User Interface (GUI) object.

There are more compact (and more cryptic) ways to accomplish this.

Will use this approach, for now to achieve simplicity and clarity.

Listing 1. The class named Event08..
public class Event08 {
  public static void main(
                        String[] args){
    GUI gui = new GUI();
  }//end main
}//end class Event08
File: bj.htm [Next] [Prev]