Class AdventureFrame

    • Constructor Detail

      • AdventureFrame

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

      • 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()