/[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.15 by gnu_andrew, Sat Feb 12 14:26:02 2005 UTC revision 1.16 by rabbit78, Wed Jun 1 13:30:14 2005 UTC
# Line 261  public class JPopupMenu extends JCompone Line 261  public class JPopupMenu extends JCompone
261      constraints.weightx = 100.0;      constraints.weightx = 100.0;
262      constraints.weighty = 100.0;      constraints.weighty = 100.0;
263    
     if (index == -1)  
       index = getComponents().length;  
   
264      constraints.gridy = index;      constraints.gridy = index;
265      super.add(component, constraints, index);      super.add(component, constraints, index);
266    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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