Class MiniReportDisplayDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class MiniReportDisplayDialog extends JDialog
See Also:
  • Constructor Details

    • MiniReportDisplayDialog

      public MiniReportDisplayDialog(JFrame frame, IClientGUI clientGUI)
  • Method Details

    • saveSettings

      public void saveSettings()
    • processWindowEvent

      protected void processWindowEvent(WindowEvent e)
      Overrides:
      processWindowEvent in class JDialog
    • processKeyEvent

      protected void processKeyEvent(KeyEvent evt)
      In addition to the default Dialog processKeyEvent, this method dispatches a KeyEvent to the client gui. This enables all the gui hotkeys.
      Overrides:
      processKeyEvent in class Component