home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 June / pcx11_9706.iso / shutils / internet / browser / p32e40b5.exe / nav40.z / java40.jar / sun / awt / motif / InputThread.class (.txt) next >
Encoding:
Java Class File  |  1997-05-23  |  303 b   |  11 lines

  1. package sun.awt.motif;
  2.  
  3. class InputThread extends Thread {
  4.    InputThread() {
  5.       super("AWT-Input");
  6.       ((Thread)this).start();
  7.    }
  8.  
  9.    public native void run();
  10. }
  11.