I want to create UI for my program with netbeans but I don\'t know how to create a UI that when user change the size of program window( maximize or other sizes ) component of th
You can use either GridLayout or BorderLayout. Also read this: Using Layout Manager
Agree 100% with Harry. Also: