home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIPHEFT062001.ISO / browser / nc32lyc / comm.z / java40.jar / netscape / applet / DerivedAppletFrame$ResizeAppletEvent.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-15  |  1.2 KB  |  20 lines

  1. package netscape.applet;
  2.  
  3. import java.awt.Dimension;
  4.  
  5. class DerivedAppletFrame$ResizeAppletEvent extends DerivedAppletFrame.AppletEvent {
  6.    // $FF: synthetic field
  7.    private final DerivedAppletFrame this$DerivedAppletFrame;
  8.    Dimension m_size;
  9.  
  10.    public DerivedAppletFrame$ResizeAppletEvent(DerivedAppletFrame var1, Dimension var2) {
  11.       super(var1);
  12.       this.this$DerivedAppletFrame = var1;
  13.       this.this$DerivedAppletFrame = var1;
  14.       this.m_size = var2;
  15.    }
  16.  
  17.    public void dispatch() {
  18.    }
  19. }
  20.