Class World

java.lang.Object
All Implemented Interfaces:
ActionListener, KeyListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class World extends JPanel implements ActionListener, KeyListener
Represents the world where actors interact. This class extends JPanel and implements ActionListener, KeyListener. The world has a fixed size and a black border, and can display a background image.
See Also: