|
-
February 1st, 1999, 12:36 PM
#1
resizing java applications
Hallo!
i want to build a java-application (a frame not an applet) which has a
static size, like a dialogbox. how is it possible to ignore resize-messages,
when the user resize the winfow ?
thanks cl.
-
February 12th, 1999, 03:59 AM
#2
Re: resizing java applications
hai lojewski,
in Frame class there is a method called setResizable(boolean).
if you set this as setResizable(false), you will not be able to resize the frame the default property is setResizable(true), so if you don,t specify it it will be resizable. try this if your problem siolved iam happy.
bye,
R.Karuna
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|