Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1005 Bytes

File metadata and controls

16 lines (10 loc) · 1005 Bytes

Library Store Management System Using Java

This project uses java.awt package and MySQl as database to build a Library Store which can manage all the CRUD operations. This can be further extended to design softwares beneficial for shops, school etc.

Description

A system is build for library store to lend, sell and incur fine on books exchange using object-oriented programming concepts. JDBC as database connectivity and MySQL as database is used to store the book credentials and performed CRUD operations.

Java AWT

Java AWT (Abstract Window Toolkit) is an API to develop GUI or window-based applications in java. Java AWT components are platform-dependent i.e. components are displayed according to the view of operating system.

Preview

pre pre2