Class WorldFrame

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

public class WorldFrame extends MainMenu.Child
The WorldFrame class provides a user interface for selecting and creating worlds. It allows users to load an existing world from a list of saved worlds or create a new one. The frame provides buttons for loading or creating a world and displays an input dialog for creating new worlds.
See Also:
  • Constructor Details

    • WorldFrame

      public WorldFrame()
      Constructs a new WorldFrame that displays the list of available worlds, and allows the user to either load a selected world or create a new one.