home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / UnsupportedLookAndFeelException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  274 b   |  8 lines

  1. package javax.swing;
  2.  
  3. public class UnsupportedLookAndFeelException extends Exception {
  4.    public UnsupportedLookAndFeelException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.