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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -