switching between normal and maximized state is currently not preserved in the next session.
for example: you have a window in normal (small) state, then maximize it (full screen size), then close the session. next time you open the session, the window's size is correct, but you can not return to the previous state (which is a bit nasty because you have to resize the window manually). I know that this used to be a problem with JDK 1.3 but it can be done with JDK 1.4. (have a look at java.awt.Frame.setExtendedState(MAXIMIZED_BOTH); there just one little trap: the method works only on visible windows) Peter Sch�fer Healy Hudson AG CDT - Core Development Team Nelkenstr. 43, 67691 Hochspeyer Tel.: 06305 / 92 11-67, Fax: 06305 / 92 11-60 e-mail: [EMAIL PROTECTED] _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
