Hello,
I'm currently building a Java Swing GUI and I was wondering how user (mouse, say) driven resizing is handled.
My problem is that when I try and resize my main window, or when some other window opens over my application, then my application's window gets distorted - all it's parts don't change well in response to the resizing or the other window. Does anyone have a diagnostic on where to start looking at this? Follow-ups questions, resources are also appreciated.
Cheers.