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

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

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

revision 1.13 by mark, Thu Sep 23 15:03:21 2004 UTC revision 1.14 by mkoch, Fri Oct 22 12:43:59 2004 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing;  package javax.swing;
40    
41  import java.awt.event.ActionEvent;  import java.awt.event.ActionEvent;
# Line 44  import java.awt.event.ItemListener; Line 45  import java.awt.event.ItemListener;
45  import java.awt.event.KeyEvent;  import java.awt.event.KeyEvent;
46  import java.io.Serializable;  import java.io.Serializable;
47  import java.util.EventListener;  import java.util.EventListener;
48    
49  import javax.swing.event.ChangeEvent;  import javax.swing.event.ChangeEvent;
50  import javax.swing.event.ChangeListener;  import javax.swing.event.ChangeListener;
51  import javax.swing.event.EventListenerList;  import javax.swing.event.EventListenerList;
52    
   
53  /**  /**
54   * The purpose of this class is to model the dynamic state of an abstract   * The purpose of this class is to model the dynamic state of an abstract
55   * button. The concrete button type holding this state may be a a "toggle"   * button. The concrete button type holding this state may be a a "toggle"

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

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