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

Diff of /classpath/javax/swing/plaf/basic/BasicRadioButtonMenuItemUI.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.6.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 1  Line 1 
1  /* BasicRadioButtonMenuItemUI.java  /* BasicRadioButtonMenuItemUI.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   * UI Delegator for JRadioButtonMenuItem   * UI Delegator for JRadioButtonMenuItem
53   */   */

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

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