public class UserInterface extends Object
Constructor and Description |
---|
UserInterface(int depth)
Create user interface
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
draw(MyStack<Integer> left,
MyStack<Integer> middle,
MyStack<Integer> right)
a method that draws the current state of each pole.
|