/[classpath]/classpath/java/awt/ScrollPane.java
ViewVC logotype

Diff of /classpath/java/awt/ScrollPane.java

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

revision 1.20.2.4 by gnu_andrew, Tue Sep 20 18:46:26 2005 UTC revision 1.20.2.5 by gnu_andrew, Sun Nov 27 21:00:36 2005 UTC
# Line 401  setScrollPosition(int x, int y) Line 401  setScrollPosition(int x, int y)
401  public void  public void
402  addNotify()  addNotify()
403  {  {
404    if (!isDisplayable ())    if (peer != null)
405      return;      return;
406    
407    setPeer((ComponentPeer)getToolkit().createScrollPane(this));    setPeer((ComponentPeer)getToolkit().createScrollPane(this));

Legend:
Removed from v.1.20.2.4  
changed lines
  Added in v.1.20.2.5

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