home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / SwingUtilities$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  835 b   |  18 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.Frame;
  4. import java.awt.Window;
  5.  
  6. final class SwingUtilities$1 extends Frame {
  7.    public void show() {
  8.    }
  9.  
  10.    public synchronized void dispose() {
  11.       try {
  12.          ((Window)this).getToolkit().getSystemEventQueue();
  13.          super.dispose();
  14.       } catch (Exception var1) {
  15.       }
  16.    }
  17. }
  18.