Answers for "jframe disable resize"

1

disable resizing swing

frame.setResizable(false);//'frame' is the JFrame to which you are adding the component
Posted by: Guest on October-07-2020

Browse Popular Code Answers by Language