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

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

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

revision 1.12 by tromey, Tue Apr 26 18:56:19 2005 UTC revision 1.13 by rabbit78, Wed Jun 8 14:16:01 2005 UTC
# Line 197  public class JFormattedTextField extends Line 197  public class JFormattedTextField extends
197    
198    public Action[] getActions ()    public Action[] getActions ()
199    {    {
200      throw new InternalError ("not implemented");      // FIXME: Add JFormattedTextField specific actions
201        return super.getActions();
202    }    }
203    
204    public int getFocusLostBehavior()    public int getFocusLostBehavior()
# Line 240  public class JFormattedTextField extends Line 241  public class JFormattedTextField extends
241    
242    protected void processFocusEvent (FocusEvent evt)    protected void processFocusEvent (FocusEvent evt)
243    {    {
244      throw new InternalError ("not implemented");      // it's safe to simply call super for now, until it gets clear
245        // what this method is supposed to do
246        // throw new InternalError ("not implemented");
247        super.processFocusEvent(evt);
248    }    }
249    
250    public void setDocument(Document newDocument)    public void setDocument(Document newDocument)

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

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