/[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.34 by trebligd, Mon Aug 22 11:07:02 2005 UTC revision 1.35 by trebligd, Thu Sep 15 20:24:14 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.34  
changed lines
  Added in v.1.35

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