/[classpath]/classpath/javax/swing/JPopupMenu.java
ViewVC logotype

Diff of /classpath/javax/swing/JPopupMenu.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by langel, Mon Sep 12 16:17:14 2005 UTC revision 1.23 by langel, Tue Sep 20 22:00:54 2005 UTC
# Line 582  public class JPopupMenu extends JCompone Line 582  public class JPopupMenu extends JCompone
582                  if (fit)                  if (fit)
583                    popup = new MediumWeightPopup(this);                    popup = new MediumWeightPopup(this);
584                  else                  else
585                    popup = new HeavyWeightPopup(this);                    {
586                        popup = new HeavyWeightPopup(this);
587                        setLightWeightPopupEnabled(false);
588                      }
589                }                }
590              if (popup instanceof LightWeightPopup              if (popup instanceof LightWeightPopup
591                  || popup instanceof MediumWeightPopup)                  || popup instanceof MediumWeightPopup)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26