Example #1
0
 public void setInnerHeight(int h) throws TJSException {
   if (mForm != null) {
     if (mForm.getFullScreenMode())
       Message.throwExceptionMessage(Message.InvalidPropertyInFullScreen);
     mForm.setInnerHeight(h);
   }
 }