cs2103jan2015-w09-4j / main

CS2103 project of team w09-4j
3 stars 0 forks source link

Implement Display.java #53

Closed rodsonchue closed 9 years ago

rodsonchue commented 9 years ago

Basic CLI UI until GUI is ready for protype testing, support basic I/O for interaction with users using System.in and System.out

This is an Interface class and not the actual implementation

Terminal object will interact with a class that implements this Interface (see #51 )

rodsonchue commented 9 years ago

Display.java has been implemented already. Closed.