Link to home
Start Free TrialLog in
Avatar of waffe
waffeFlag for United States of America

asked on

JApplet Title and Toolbar Removal

Hi,

I am currently working with a JApplet and I need to add a title to it and remove its default toolbar.

When I use a Jframe I use super("Title of Window"); to set the windows title. How is this done for a JApplet?

I am using my own toolbar in the JApplet but the default Applet toolbar is still there? How do I remove it?

Thanks,

4dplane
Avatar of hoomanv
hoomanv
Flag of Canada image

> the default Applet toolbar
you mean the one shown by appletviewer ?
AFAIK when seeing applets on browser there is no toolbar there ?
Avatar of waffe

ASKER

>you mean the one shown by appletviewer ? - Yes
>AFAIK when seeing applets on browser there is no toolbar there? - I can't get a proper jar working yet so I have yet to see my JApplet in a browser; but it would make since that the default menubar will disappear.

So how about a Title for the Applet?

4dplane
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

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
Avatar of waffe

ASKER

Ahh! - I see the JApplet has to be embedded into a HTML file, thus; its outer most border will never be seen!

Thanks again hoomanv,

4dplane