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

Diff of /classpath/javax/swing/JApplet.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 37  public class JApplet extends Applet Line 37  public class JApplet extends Applet
37    public Dimension getPreferredSize()    public Dimension getPreferredSize()
38    {    {
39      Dimension d = super.getPreferredSize();      Dimension d = super.getPreferredSize();
40      System.out.println("JFrame.getPrefSize(): " + d + " , comp="+countComponents() + ", layout=" + layoutm);      System.out.println("JFrame.getPrefSize(): " + d + " , comp="+countComponents() + ", layout=" + getLayout());
41      return d;      return d;
42    }    }
43    
# Line 107  public class JApplet extends Applet Line 107  public class JApplet extends Applet
107      {   super.processKeyEvent(e);    }      {   super.processKeyEvent(e);    }
108    
109      protected  void processWindowEvent(WindowEvent e)      protected  void processWindowEvent(WindowEvent e)
   
110      {      {
111          //      System.out.println("PROCESS_WIN_EV-1: " + e);          //      System.out.println("PROCESS_WIN_EV-1: " + e);
112          super.processWindowEvent(e);  
113            //        super.processWindowEvent(e);
114    
115          //      System.out.println("PROCESS_WIN_EV-2: " + e);          //      System.out.println("PROCESS_WIN_EV-2: " + e);
116          switch (e.getID())          switch (e.getID())
117              {              {

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