-
Task
-
Resolution: Fixed
-
P3
-
None
-
None
-
b24
Placing windows at (0,0) is not good enough because the windows may be covered by a toolbar or such.
One easy way to fix the problem is to place a window in the middle of the screen by using Window.setLocationRelativeTo(Component) with null.
One easy way to fix the problem is to place a window in the middle of the screen by using Window.setLocationRelativeTo(Component) with null.