tburk
|
Posted: October 14, 2010 13:33 by tburk
|
|
Hi to all, I'm using BSAF SessionStorage to persist UI properties. However on the very first start of my application (no session.xml file is available), the frame size is not as I want it to be. How can I set a default frame size? Thanks |
How to set a default frame size?
Replies: 4 - Last Post: June 04, 2011 06:06
by: jhirzel
by: jhirzel
showing 1 - 5 of 5
cpudney
|
Posted: October 15, 2010 00:25 by cpudney
|
G'day,
I've come across this too. My solution is to set the frame's preferredSize. Thus, on the first invocation the frame has the preferredSize, and on subsequent invocations the persisted dimensions are used. Regards, Chris. |
Replies: 4 - Last Post: June 04, 2011 06:06
by: jhirzel
by: jhirzel







