Beginning of the class named WProc1

Listing 6 shows the beginning of the class named WProc1.

Listing 6. Beginning of the class named WProc1.
class WProc1 implements WindowListener{
  Frame displayWindowRef;

  WProc1(Frame windowIn){//constructor
    this.displayWindowRef = windowIn;
  }//end constructo
File: ca.htm [Next] [Prev]