excuse me .. what method should i use to disable the movement of a window,
as far as i remember when we were using VB-studio. the method that prohibits a user to move a simple window
is "setFocus = false",
but when i use it in my program (setFocusable(false)) , i can still move the window(frame) in any part of my screen
what should i do about this?
and another one... what should i use to avoid minimizing the window?