Getting access to the frame

Because the reference is private,

The getter method shown in Listing 1

Listing 1. The new getFrame method.
  public JFrame getFrame(){
    return frame;
  }//end getFrame
File: au.htm [Next] [Prev]