Class TextAreaPopup


public class TextAreaPopup extends PopupPanel
TextArea Popup Shows a popup message with a TextArea and OK / Cancel buttons. Use addActionListener() to respond to OK button.
Author:
pquiring
  • Constructor Details

    • TextAreaPopup

      public TextAreaPopup(String title, String msg, String text, boolean showCancel)
  • Method Details

    • setMessage

      public void setMessage(String msg)
    • setText

      public void setText(String text)
    • setTextFieldSize

      public void setTextFieldSize(int width, int height)
    • setTextFieldWidth

      public void setTextFieldWidth(int width)
    • setTextFieldHeight

      public void setTextFieldHeight(int height)