Remove/Disable the JFrame maximize button but JFrame will be resizable
843805Feb 22 2006 — edited Jun 26 2008Dear all
i need to remove or disable the JFrame maximize button, but the problemis that
when i use setResizable(false); it just disable the maximize button but JFrame resizable property are lost,
i just need to remove/disable the maximize button but i want to my JFrame always will be resizable using mouse.