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

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

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

revision 1.1 by rveldema, Mon Mar 11 15:48:06 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 8  public class JTextField extends JEditorP Line 8  public class JTextField extends JEditorP
8  {  {
9      Vector actions = new Vector();      Vector actions = new Vector();
10    
11      JTextField(int a)      public JTextField(int a)
12      {      {
13      }      }
14    
15      void addActionListener(ActionListener l)      public void addActionListener(ActionListener l)
16      {      {
17          actions.addElement(l);          actions.addElement(l);
18      }      }
19    
20      void removeActionListener(ActionListener l)      public void removeActionListener(ActionListener l)
21      {      {
22          actions.removeElement(l);          actions.removeElement(l);
23      }      }
24    
25      void selectAll()      public void selectAll()
26      {      {
27      }      }
28  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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