/[classpath]/classpath/javax/swing/plaf/basic/BasicButtonUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicButtonUI.java

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

revision 1.33 by rabbit78, Tue Nov 15 20:32:46 2005 UTC revision 1.34 by rabbit78, Thu Nov 17 12:14:34 2005 UTC
# Line 160  public class BasicButtonUI extends Butto Line 160  public class BasicButtonUI extends Butto
160      b.setIconTextGap(UIManager.getInt(prefix + "textIconGap"));      b.setIconTextGap(UIManager.getInt(prefix + "textIconGap"));
161      b.setInputMap(JComponent.WHEN_FOCUSED,      b.setInputMap(JComponent.WHEN_FOCUSED,
162                    (InputMap) UIManager.get(prefix + "focusInputMap"));                    (InputMap) UIManager.get(prefix + "focusInputMap"));
     b.setRolloverEnabled(UIManager.getBoolean(prefix + "rollover"));  
163    }    }
164    
165    /**    /**

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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