/** * Nreates an ActionButton and assigns the given action with the button. * * @param action the action. */ public ActionRadioButton(final Action action) { setAction(action); }
/** * Nreates an ActionButton and assigns the given action with the button. * * @param action the action. */ public ActionRadioButton(final Action action) { setAction(action); }
/** * Nreates an ActionButton and assigns the given action with the button. * * @param action the action. */ public ActionRadioButton(final Action action) { setAction(action); }