How to stop movements of my JFrame
on screen/Monitor?
My JFrame size is as much as Screen/Monitor size and my client does not even want to display the task bar.
If I write myFrame.setExtendedState(JFrame.MAXIMIZED_BOTH)
,
it is not allowing to move on screen but showing taskbar, but I don't want to display taskbar.