[Solved] I can’t move application which program in Java [closed]


I guess you did set undecorated(true), that’s why you can not move the application.

This method will remove the standard actions like, minimize, resize and close. Even so, it will disable the drag and drop bar on top of each Frame.
Just comment out this line and it will be moveable again

Hope this is what you are searching for

2

solved I can’t move application which program in Java [closed]