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

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

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

revision 1.2 by mark, Tue Apr 30 21:37:27 2002 UTC revision 1.3 by mkoch, Thu Jun 19 16:21:39 2003 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   * STUBBED  import java.awt.Component;
42   */  import java.awt.Container;
43    import javax.accessibility.Accessible;
44    
45  public class JInternalFrame extends JComponent  public class JInternalFrame extends JComponent
46  /*implements Accessible, WindowConstants, RootPaneContainer*/  /*implements Accessible, WindowConstants, RootPaneContainer*/
47  {  {
48      private static final long serialVersionUID = -5425177187760785402L;
49    
50      public static final String CONTENT_PANE_PROPERTY = "contentPane";
51      public static final String MENU_BAR_PROPERTY = "JMenuBar";
52      public static final String TITLE_PROPERTY = "title";
53      public static final String LAYERED_PANE_PROPERTY = "layeredPane";
54      public static final String ROOT_PANE_PROPERTY = "rootPane";
55      public static final String GLASS_PANE_PROPERTY = "glassPane";
56      public static final String FRAME_ICON_PROPERTY = "frameIcon";
57      public static final String IS_SELECTED_PROPERTY = "selected";
58      public static final String IS_CLOSED_PROPERTY = "closed";
59      public static final String IS_MAXIMUM_PROPERTY = "maximum";
60      public static final String IS_ICON_PROPERTY = "icon";
61  } // class JInternalFrame  } // class JInternalFrame

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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