I am designing an App for a CDC embedded device. I am using java.awt.Frame to display a for. I want this Frame to be fixed and not floating. Now my requirement is that the Frame should not be draggable. It should be fixed like desktop.
Any help is appreciated
Thanks and regards
Abhilasha
non_rezizeable
setResizable(boolean resizable)
and un-draggable
setUndecorated(boolean undecorated)