Tagged Questions
-1
votes
1answer
449 views
JFrame's position and pack() in Awesome WM [closed]
every time when I call pack() method on JFrame, it moves to the initial position where was when started. When I try to get the location of the JFrame (getLocation, getLocationOnScreen) it's still the ...