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

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

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

revision 1.15.2.12 by gnu_andrew, Sat Sep 10 15:31:50 2005 UTC revision 1.15.2.13 by gnu_andrew, Tue Sep 20 18:46:32 2005 UTC
# Line 840  public class SwingUtilities Line 840  public class SwingUtilities
840          iconR.width = icon.getIconWidth();          iconR.width = icon.getIconWidth();
841          iconR.height = icon.getIconHeight();          iconR.height = icon.getIconHeight();
842        }        }
843      if (text == null)      if (text == null || text.equals(""))
844        {        {
845          textIconGap = 0;          textIconGap = 0;
846          textR.width = 0;          textR.width = 0;

Legend:
Removed from v.1.15.2.12  
changed lines
  Added in v.1.15.2.13

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