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