Exemplo n.º 1
0
 public void setMenuBarVisible(boolean b) throws TJSException {
   if (mForm == null) return;
   if (mForm.getFullScreenMode())
     Message.throwExceptionMessage(Message.InvalidPropertyInFullScreen);
   mForm.setMenuBarVisible(b);
 }