/[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.1 by rveldema, Mon Mar 11 15:48:06 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 3  package javax.swing; Line 3  package javax.swing;
3  import java.awt.*;  import java.awt.*;
4  import java.awt.event.*;  import java.awt.event.*;
5    
6    /**
7     * Unlike JComponent derivatives, JFrame inherits from
8     * java.awt.Frame. But also lets a look-and-feel component to its work.
9     *
10     * @author Ronald Veldema (rveldema@cs.vu.nl)
11     */
12    
13  public class JFrame extends Frame  public class JFrame extends Frame
14  {  {

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

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