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

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

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

revision 1.11 by langel, Mon Aug 15 19:45:58 2005 UTC revision 1.12 by langel, Mon Aug 15 20:34:22 2005 UTC
# Line 220  public class JPasswordField extends JTex Line 220  public class JPasswordField extends JTex
220    {    {
221      try      try
222        {        {
223          return getDocument().getText(0, getColumns());          return getDocument().getText(0, getDocument().getLength());
224        }        }
225      catch (BadLocationException ble)      catch (BadLocationException ble)
226        {        {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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