I have a window (derived from JFrame) and I want to disable the close button during certain operations which are not interruptible. I know I can make the button not do anyt
To simply make them disappear, try the following:
setUndecorated(true);