classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Made InternalFrames visible again in Demo


From: Roman Kennke
Subject: [cp-patches] FYI: Made InternalFrames visible again in Demo
Date: Mon, 11 Jul 2005 22:11:14 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050331)

The attached patch makes the InternalFrames visible again in the Swing Demo. Not that they actually look very good :-( I will fix this as soon as possible.

2005-07-11  Roman Kennke  <address@hidden>

        * examples/gnu/classpath/examples/swing/Demo.java
        (mkDesktopWorld): Made InternalFrames visible.

/Roman
Index: examples/gnu/classpath/examples/swing/Demo.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/examples/gnu/classpath/examples/swing/Demo.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- examples/gnu/classpath/examples/swing/Demo.java     2 Jul 2005 20:32:08 
-0000       1.11
+++ examples/gnu/classpath/examples/swing/Demo.java     11 Jul 2005 20:09:10 
-0000      1.12
@@ -524,6 +524,7 @@
                                 BorderLayout.CENTER);
           desk.add(f);
           f.setBounds(i, i, 250, 200);
+         f.setVisible(true);
           i += 30;
         }
       });

reply via email to

[Prev in Thread] Current Thread [Next in Thread]