I created java GUI using myEclipse Matisse. when my Screen Resolution is 1024x768 it works fine but when i change resolution my GUI is not working fine. I want my GUI window
You can try using this to maximize the frame:
this.setExtendedState(JFrame.MAXIMIZED_BOTH);