o1.robots.gui

Type members

Classlikes

object RobotApp extends RobotProgram

The singleton object RobotApp serves as an entry point for (the basic version of) Robots simulator and starts up the user interface. NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

The singleton object RobotApp serves as an entry point for (the basic version of) Robots simulator and starts up the user interface. NOTE TO STUDENTS: In this course, you don’t need to understand how this object works or can be used, apart from the fact that you can use this file to start the program.

open class RobotProgram(window: RobotWindow, initialWorld: RobotWorld) extends SimpleSwingApplication

The class RobotsProgram represents (variations of) the robot simulators application. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

The class RobotsProgram represents (variations of) the robot simulators application. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

open class RobotWindow extends MainFrame with Escapable

The class RobotWindow represents GUI windows that serve as the main window of a RobotApp. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.

The class RobotWindow represents GUI windows that serve as the main window of a RobotApp. NOTE TO STUDENTS: In this course, you don’t need to understand how this class works or can be used.