home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / plaf / PopupMenuUI.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  283 b   |  10 lines

  1. package javax.swing.plaf;
  2.  
  3. import java.awt.event.MouseEvent;
  4.  
  5. public abstract class PopupMenuUI extends ComponentUI {
  6.    public boolean isPopupTrigger(MouseEvent var1) {
  7.       return var1.isPopupTrigger();
  8.    }
  9. }
  10.