Link to home
Start Free TrialLog in
Avatar of Samooramad
Samooramad

asked on

frames

hi experts,

two part question:

1- how do you set a frame so that it cannot be maximized?

2- how do you set the size of the text in an internal frame's title?

thanks
Avatar of Mick Barry
Mick Barry
Flag of Australia image

frame.setMaximizable(false);
Avatar of Samooramad
Samooramad

ASKER

the only thing I got found was setMaximizedBounds
is this an internal frame, or a jframe
ASKER CERTIFIED SOLUTION
Avatar of b_vishwajit
b_vishwajit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
objects' solution is for internal frames,
b_vishwajit's solution is for 'main'frames.
;JOOP!
>> is this an internal frame, or a jframe

JFrame objects
thanks b_vishwajit, what about changing font for an internal frame's title?
I am not sure about the font thing. Thanks for the points anyway.