Perry Smith

Java Questions & Answers

Archive

Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page

MenuBar window problem
Wednesday, 24-Feb-99 01:23:31

164.100.110.166 writes:

I am doing a project using JDBC & JDK1.1.5 on a Window95 platform. I wanted to use a menubar from where to call various sub-options. How everever the menuBar comes in a seprate window.
If I click on the Maximize/Minimize checkboxes of the MenuBar it seprtates from the main applet. I want to disable this featuree or Alternatively is there any other way to create static MenuBar(No Popup pleae)

Thank You Jaya


Response
Re: MenuBar window problem
Saturday, 06-Mar-99 01:17:00

202.54.7.29 writes:

applets cannot have menus.. don't waste u'r time trying that.. it's only the frames that can support menus..


Home / Java Q & A Archive Page 4 / Java Q & A Archive / Java Main Page