home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / PopupFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  247 b   |  12 lines

  1. package javax.swing;
  2.  
  3. import java.awt.Component;
  4.  
  5. interface PopupFactory {
  6.    Popup getPopup(Component var1, Component var2, int var3, int var4);
  7.  
  8.    void setLightWeightPopupEnabled(boolean var1);
  9.  
  10.    boolean isLightWeightPopupEnabled();
  11. }
  12.