Class SwingOptionPane


  • public class SwingOptionPane
    extends UiElement
    A Swing Option Pane
    • Method Detail

      • clickButtonByText

        public void clickButtonByText​(String text)
        Click button by its text
        Parameters:
        text - the text of button to click
      • setText

        public void setText​(String text)
        Setting text in the Text field
        Parameters:
        text - the text to set
      • getText

        public String getText()
        Getting the text of the Text field
        Returns:
        the text of the Text field