email@hidden wrote:
| The performance of Java on Mac OS X when resizing a Swing GUI ist very poor.
| I wanted to disable the dynamic layout when resizing the window, but no effect:
| the layout is still computed while resizing. Any solutions around?
When do you change the setting? Some of the properties are checked once when everything starts up, and ignored from then on. Generally, you'll have the most success by setting properties as soon as possible after your program starts.
Glen Fisher
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden