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
If you are using Netbean then just unselect the resizable option in properties. It will only disable Minimize/Maximize Button.