/[classpath]/classpath/javax/swing/plaf/metal/MetalComboBoxEditor.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalComboBoxEditor.java

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

revision 1.2.2.2 by gnu_andrew, Wed Nov 2 00:44:00 2005 UTC revision 1.2.2.3 by gnu_andrew, Sun Nov 27 21:00:41 2005 UTC
# Line 129  public class MetalComboBoxEditor extends Line 129  public class MetalComboBoxEditor extends
129    }    }
130        
131    /** The editor's border insets. */    /** The editor's border insets. */
132    protected static Insets editorBorderInsets = new Insets(2, 2, 2, 2);    protected static Insets editorBorderInsets = new Insets(4, 2, 4, 0);
133        
134    /**    /**
135     * Creates a new editor.     * Creates a new editor.
# Line 137  public class MetalComboBoxEditor extends Line 137  public class MetalComboBoxEditor extends
137    public MetalComboBoxEditor()    public MetalComboBoxEditor()
138    {    {
139      super();      super();
     editor = new JTextField();  
140      editor.setBorder(new MetalComboBoxEditorBorder());      editor.setBorder(new MetalComboBoxEditorBorder());
141    }    }
142        

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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