Liao Yu wrote: > Hi, all: > I've been trying to do some menubar and toolbar hide-and- > show work in java, but got stuck somewhere near success. > Here's what I've done:
Hi Liao, If you want to hide all visible user interface elements, there is an easier way to accomplish this. Just use xLayoutManager->setVisible( false ). Regards, Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
