예제 #1
0
  /**
   * Just sets some command for button.
   *
   * <p>Has <b> OK </b> status if no runtime exceptions occurred
   */
  public void _setActionCommand() {

    boolean result = true;
    oObj.setActionCommand("XButtonComand");

    tRes.tested("setActionCommand()", result);
  }