| Author |
Setting a size
|
Matthew Middleton
Greenhorn
Joined: May 05, 2004
Posts: 23
|
|
i am writing an application and i want the window to stay the same size, so it can't be maximized or resized. Does anyone know if there is a way you can do this in JFrame? Thank you and GOD bless Matthew Middleton
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
setResizable(false). The API is a glorious thing.
|
 |
 |
|
|
subject: Setting a size
|
|
|