java - Set main frame not resizable -
java - Set main frame not resizable -
i want set main frame (whole application) not resizable user. can tell me how it?
when set minimum , maximum size in layout design not work. i'm still able resize whole application.
assuming using swing , jframe
, phone call setresizable(false)
.
java swing resizable
Comments
Post a Comment