/[classpath]/classpath/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicCheckBoxMenuItemUI.java

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

revision 1.6 by mark, Sat Jul 31 22:56:54 2004 UTC revision 1.7 by mkoch, Fri Oct 22 12:44:00 2004 UTC
# Line 1  Line 1 
1  /* BasicCheckBoxMenuItemUI.java  /* BasicCheckBoxMenuItemUI.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# 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.plaf.basic;  package javax.swing.plaf.basic;
40    
41  import java.awt.event.MouseEvent;  import java.awt.event.MouseEvent;
42    
43  import javax.swing.JComponent;  import javax.swing.JComponent;
44  import javax.swing.JMenuItem;  import javax.swing.JMenuItem;
45  import javax.swing.MenuElement;  import javax.swing.MenuElement;
# Line 46  import javax.swing.UIDefaults; Line 48  import javax.swing.UIDefaults;
48  import javax.swing.UIManager;  import javax.swing.UIManager;
49  import javax.swing.plaf.ComponentUI;  import javax.swing.plaf.ComponentUI;
50    
   
51  /**  /**
52   * DOCUMENT ME!   * DOCUMENT ME!
53   */   */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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