Package net.kolls.railworld.opening

Classes used to start the game.

See:
          Description

Class Summary
Applet Instance of JApplet for starting Rail World in play mode using an applet.
CenteredBackgroundBorder A border which displays an image.
CheckBoxList Component containing a list of checkboxes.
MapLoader A class that loads maps and their images, along with other supporting data.
MetaDataPanel A JPanel which displays and optionally allows editing of MetaData information.
Opening Displays an opening window with graphic, allowing the user to choose whether to start a game, load a game, or enter the edit module.
OptionPanel The option panel provides way for applications to display a series of items, each item with a label on the left and the control on the right.
Options Displays a preferences dialog where the user can choose various preferences for Rail World operation.
ResourceLoader Loads basic resources, such as images, sounds, and icons.
ScriptPanel A panel which allows the user to select which scripts they want to use.
 

Package net.kolls.railworld.opening Description

Classes used to start the game. Two methods of starting are currently supported: Application mode, via the Opening class and Applet mode, via the Applet class.