Exemplo n.º 1
0
  /*
  	public void onCloseQueryCalled( boolean b ) {
  		if( mForm != null ) mForm.onCloseQueryCalled(b);
  	}

  */
  public void beginMove() throws TJSException {
    if (mForm != null) {
      if (mForm.getFullScreenMode())
        Message.throwExceptionMessage(Message.InvalidMethodInFullScreen);
      mForm.beginMove();
    }
  }