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

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

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

revision 1.27 by trebligd, Thu Jul 21 14:59:31 2005 UTC revision 1.28 by rabbit78, Mon Sep 5 14:05:28 2005 UTC
# Line 53  import java.awt.event.WindowEvent; Line 53  import java.awt.event.WindowEvent;
53  import javax.accessibility.AccessibleContext;  import javax.accessibility.AccessibleContext;
54    
55  /**  /**
56   * Unlike JComponent derivatives, JFrame inherits from   * A window that supports window decorations (titlebar and borders).
57   * java.awt.Frame. But also lets a look-and-feel component to its work.   * This is an extension of {@link java.awt.Frame} that provides support
58     * for the Swing architecture. Most importantly it contains a {@link JRootPane}
59     * as it's only top-level child, that manages the content pane, the menu and
60     * a glass pane.
61   *   *
62     * Also, unlike <code>java.awt.Frame</code>s, JFrames support the
63     * Swing Pluggable Look &amp; Feel architecture.
64     *
65   * @author Ronald Veldema (rveldema@cs.vu.nl)   * @author Ronald Veldema (rveldema@cs.vu.nl)
66   */   */
67  public class JFrame extends Frame  public class JFrame extends Frame

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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