Class AdventureFrame

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

public class AdventureFrame extends JFrame
See Also:
  • Constructor Details

    • AdventureFrame

      public AdventureFrame(UserSession session, GameEngine gameEngine, int onClose)
      Create the frame.
  • Method Details

    • getSession

      public UserSession getSession()
    • setSession

      public void setSession(UserSession session)
    • getGameEngine

      public GameEngine getGameEngine()
    • setGameEngine

      public void setGameEngine(GameEngine gameEngine)
    • getOutputTextArea

      public JTextArea getOutputTextArea()
    • getCharacterSelectCombo

      public JComboBox getCharacterSelectCombo()
    • getLocalEventsTextArea

      public JTextArea getLocalEventsTextArea()
    • getExitsTable

      public JTable getExitsTable()
    • getThingsTable

      public JTable getThingsTable()
    • getInventoryTable

      public JTable getInventoryTable()
    • createSendCommandPanel

      public void createSendCommandPanel(JPanel parent)
    • handleRequestGive

      public void handleRequestGive()