We have a legacy GUI application which communicates with a Java TCP/IP server application running on the same computer. Depending on the type of message received, we load a JFrame which contains a JTabbedPane. The application is launched correctly. However, at least under NT, it is minimized and, thus, you must select it from the Taskbar to actually see it. The application is launched correctly under OS/2. In the case of NT, we are using the latest JDK 1.3.1 from Sun. I have tried explicitly setting the state of the frame to NORMAL. But this has no effect. Does anyone have any suggestions about how to get the application launched in a normal size. If I launch it from the command line on NT rather than from an already running Java application, then the window is displayed correctly on NT. Cynthia Jeness _______________________________________________ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing
