Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 330 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 330 Bytes

SimpleCRUDJavaApp

This is a simple Java Swing Graphical User Interface App can handle simple CRUD(Create,Read,Update,Delete) operations . This app looks like a two tier app that uses one layer for Data handling and one layer for Graphical User Interface handling

User Inteface of SimpleCRUDJavaApp