Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 411 Bytes

Console lib

Simple library containing some UI components to make a console-based app.

Contents

1. ~/lib/

This contains the actual library code that you can copy into your project.

2. ~/app/

This contains an example application of a student-management system, using all aspects of the aformentioned library.

3. Program.java

Driver code for the aformentioned example application.