Class StoryDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
StoryChoiceDialog, StoryNarrativeDialog

public abstract class StoryDialog extends JDialog implements ActionListener
This is the base class for dialogs related to the Story Arc, to help create a similar look and feel. Inheriting classes must call initialize() in their constructors and override getMainPanel()
See Also:
  • Constructor Details

  • Method Details

    • initialize

      protected void initialize()
    • getMainPanel

      protected abstract Container getMainPanel()
    • getStoryPoint

      protected DialogStoryPoint getStoryPoint()
    • getImagePanel

      protected JPanel getImagePanel()
    • setDialogSize

      protected void setDialogSize()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener