I would like to know if it is possible to create a JFrame window which has no default maximize/minimize(-) and close(x) buttons! I have added custom buttons on
JFrame
JFrame.setDefaultCloseOperation(frame.DO_NOTHING_ON_CLOSE);
Will make the 'X' button no functioning. It's works for me.