Unmovable frame (window) -- setFocus
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?
Re: Unmovable frame (window) -- setFocus
Look at the method setUndecorated(true). This method should prevent window movements and resizes by removing the title bar and resize elements from it.
Re: Unmovable frame (window) -- setFocus
LOL!! :)) ahahah yeah it doesnt move ... but it looks stupid... no frame.... whahahahahahhaha
anyway sir.. tnx for that .... is there any other way?