public interface SimulatorFrame extends ControllerProvider
| Modifier and Type | Method and Description |
|---|---|
JFrame |
getFrame()
Returns a reference to the top-level frame that the simulator will
use to display everything.
|
void |
setController(Controller controller)
Sets the controller for the outermost scope.
|
void |
setPanel(JPanel panel)
Sets the panel that makes up the entire client display.
|
getControllerJFrame getFrame()
void setPanel(JPanel panel)
void setController(Controller controller)
Copyright © 2015. All rights reserved.