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

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

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

revision 1.16 by abalkiss, Wed Sep 14 17:07:12 2005 UTC revision 1.17 by abalkiss, Thu Sep 15 14:17:42 2005 UTC
# Line 209  public class JTextArea extends JTextComp Line 209  public class JTextArea extends JTextComp
209                throw new RuntimeException("Unexpected exception occurred.", exception);                throw new RuntimeException("Unexpected exception occurred.", exception);
210            }            }
211        if (toAppend != null && toAppend.length() > 0)        if (toAppend != null && toAppend.length() > 0)
212          invalidate();          revalidate();
213    }    }
214    
215    /**    /**
# Line 318  public class JTextArea extends JTextComp Line 318  public class JTextArea extends JTextComp
318      if (columns != this.columns)      if (columns != this.columns)
319        {        {
320          this.columns = columns;          this.columns = columns;
321          invalidate();          revalidate();
322        }        }
323    }    }
324    
# Line 347  public class JTextArea extends JTextComp Line 347  public class JTextArea extends JTextComp
347      if (rows != this.rows)      if (rows != this.rows)
348        {        {
349          this.rows = rows;          this.rows = rows;
350          invalidate();          revalidate();
351        }        }
352    }    }
353    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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