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

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

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

revision 1.24 by langel, Tue Sep 27 15:09:32 2005 UTC revision 1.25 by langel, Tue Sep 27 15:16:24 2005 UTC
# Line 521  public class ToolTipManager extends Mous Line 521  public class ToolTipManager extends Mous
521          tooltipWindow.pack();          tooltipWindow.pack();
522          tooltipWindow.setBounds(p.x, p.y, dims.width, dims.height);          tooltipWindow.setBounds(p.x, p.y, dims.width, dims.height);
523          tooltipWindow.show();          tooltipWindow.show();
524            tooltipWindow.validate();
525            tooltipWindow.repaint();
526        }        }
527    }    }
528    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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