Resizing Controls on Resize
Hi,
Is there a way to resize the controls in a form on the Resize event.
I know you can use a layout, but that only resizes when you release the button.
In Visual Basic, its quite simple (see Brad's(Administrator) Resizing Technique), is there a way of doing this in Java please.
Thanks for any assistance
Tom
Re: Resizing Controls on Resize
Either give a link for "Brad's resizing technique" or explain better
Re: Resizing Controls on Resize
Sorry I don't mean Brad i mean Martin Liss( Click Here for the link) or multiplying the button height by the scale width.
Re: Resizing Controls on Resize
I guess add a componentlistener and prepare for some major work? I don't see why you wouldn't use a proper layout manager.