hello , i have a trouble with my frame when i make it minimize it looks good but when i maximize it it look trouble the background image label and buttons and text fields does not suit the frame
look photos in attach files
Printable View
hello , i have a trouble with my frame when i make it minimize it looks good but when i maximize it it look trouble the background image label and buttons and text fields does not suit the frame
look photos in attach files
It's probably due to how you place your components and what Layout managers you've used.
Simple way around this is to call setResizable(false) on your JFrame component. I.e. Disables maximize.