From: Stig T. <jw...@us...> - 2005-03-20 20:37:01
|
Update of /cvsroot/mailsomething/mailsomething/src/net/sf/mailsomething/gui/yellow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6791/net/sf/mailsomething/gui/yellow Modified Files: YellowMenuItemUI.java YellowComboBoxUI.java Log Message: Index: YellowMenuItemUI.java =================================================================== RCS file: /cvsroot/mailsomething/mailsomething/src/net/sf/mailsomething/gui/yellow/YellowMenuItemUI.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** YellowMenuItemUI.java 3 Apr 2004 07:56:51 -0000 1.1 --- YellowMenuItemUI.java 20 Mar 2005 20:36:50 -0000 1.2 *************** *** 66,70 **** g.fillRect(0,0, menuWidth, menuHeight); if(selectionBorder != null) { ! System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } --- 66,70 ---- g.fillRect(0,0, menuWidth, menuHeight); if(selectionBorder != null) { ! //System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } *************** *** 77,81 **** if(isSelected && selectionBorder != null) { ! //System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } --- 77,81 ---- if(isSelected && selectionBorder != null) { ! ////System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } *************** *** 95,99 **** g.fillRect(0,0, menuWidth, menuHeight); if(selectionBorder != null) { ! //System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } --- 95,99 ---- g.fillRect(0,0, menuWidth, menuHeight); if(selectionBorder != null) { ! ////System.out.println("selectionborder != null"); selectionBorder.paintBorder(menuItem, g, 0,0,menuWidth,menuHeight); } Index: YellowComboBoxUI.java =================================================================== RCS file: /cvsroot/mailsomething/mailsomething/src/net/sf/mailsomething/gui/yellow/YellowComboBoxUI.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** YellowComboBoxUI.java 3 Apr 2004 07:56:51 -0000 1.1 --- YellowComboBoxUI.java 20 Mar 2005 20:36:50 -0000 1.2 *************** *** 63,67 **** public void installUI(JComponent c) { ! System.out.println("install ui combobox"); c.setBorder(new BevelBorder(BevelBorder.LOWERED)); --- 63,67 ---- public void installUI(JComponent c) { ! //System.out.println("install ui combobox"); c.setBorder(new BevelBorder(BevelBorder.LOWERED)); |