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

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

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

revision 1.8.2.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC revision 1.8.2.2 by gnu_andrew, Sat Jan 15 17:02:20 2005 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.Component;  import java.awt.Component;
42  import java.awt.Point;  import java.awt.Point;
 import java.awt.Window;  
43  import java.awt.event.KeyEvent;  import java.awt.event.KeyEvent;
44  import java.awt.event.WindowAdapter;  import java.awt.event.WindowAdapter;
45  import java.awt.event.WindowEvent;  import java.awt.event.WindowEvent;
# Line 49  import java.io.IOException; Line 49  import java.io.IOException;
49  import java.io.ObjectOutputStream;  import java.io.ObjectOutputStream;
50  import java.io.Serializable;  import java.io.Serializable;
51  import java.util.EventListener;  import java.util.EventListener;
52  import java.util.Hashtable;  
53  import javax.accessibility.Accessible;  import javax.accessibility.Accessible;
54  import javax.accessibility.AccessibleContext;  import javax.accessibility.AccessibleContext;
55  import javax.accessibility.AccessibleRole;  import javax.accessibility.AccessibleRole;
56  import javax.accessibility.AccessibleSelection;  import javax.accessibility.AccessibleSelection;
 import javax.swing.event.ChangeEvent;  
 import javax.swing.event.ChangeListener;  
57  import javax.swing.event.MenuEvent;  import javax.swing.event.MenuEvent;
58  import javax.swing.event.MenuListener;  import javax.swing.event.MenuListener;
59  import javax.swing.plaf.MenuItemUI;  import javax.swing.plaf.MenuItemUI;
60    
   
61  /**  /**
62   * <p>   * <p>
63   * This class represents a menu that can be added to a menu bar or   * This class represents a menu that can be added to a menu bar or

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2

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