Exemplo n.º 1
0
 public void setMaxWidth(int v) throws TJSException {
   if (mForm != null) {
     if (mForm.getFullScreenMode())
       Message.throwExceptionMessage(Message.InvalidPropertyInFullScreen);
     mForm.setMaxWidth(v);
   }
 }