Package rma.swing

Class InsertDlg

All Implemented Interfaces:
ActionListener, ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, Modifiable

public class InsertDlg extends RmaJDialog implements ActionListener
See Also:
  • Constructor Details

    • InsertDlg

      public InsertDlg(Frame parent, boolean modal)
    • InsertDlg

      public InsertDlg(Frame parent, String title, boolean modal)
    • InsertDlg

      public InsertDlg(Frame parent, String title, boolean modal, String message)
    • InsertDlg

      public InsertDlg(Dialog parent, boolean modal)
    • InsertDlg

      public InsertDlg(Dialog parent, String title, boolean modal)
    • InsertDlg

      public InsertDlg(Dialog parent, String title, boolean modal, String message)
  • Method Details

    • addNotify

      public void addNotify()
      Overrides:
      addNotify in class RmaJDialog
    • setVisible

      public void setVisible(boolean b)
      Description copied from class: RmaJDialog
      make sure the ok button is the default button when the dialog comes up.
      Overrides:
      setVisible in class RmaJDialog
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • getRowsToInsert

      public int getRowsToInsert()
    • setRowsToInsert

      public void setRowsToInsert(int insert)
    • setLabelText

      public void setLabelText(String text)
    • isCanceled

      public boolean isCanceled()
    • setBounds

      public void setBounds(Rectangle bnds)
      Overrides:
      setBounds in class Window
    • main

      public static void main(String[] args)