Class CharacterDialog

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

public final class CharacterDialog extends JDialog implements Runnable
A dialog for selecting from the available characters of a user account.
See Also:
Serialized Form
  • Constructor Details

    • CharacterDialog

      public CharacterDialog(Map<String,​RPObject> characters, JFrame owner)
      Create a new CharacterDialog.
      Parameters:
      characters - map of available characters, and RPObjects representing them
      owner - the parent window
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable