Fullscreen issue

Hi,

I am developing an MDI application Java 1.4.2 and Netbeans 5. When the user clicks the default button for fullscreen (in the title bar) all the components that exist int the application did not change their size properly. Is there any way that i can make the change their size accondingly.

Thank you.

[323 byte] By [virtual_gra] at [2007-10-2 20:53:46]
# 1
Maybe you try it with the Spring-Layout-Manager, which resize your components according to your defined rules. Or you use the null-layout and create your own algorithm for this problem.I don't know if spring-layout is in the netbeans GUI-Creator integrated (I'm using eclipse).
Jungi-Xa at 2007-7-13 23:38:10 > top of Java-index,Desktop,Developing for the Desktop...