Giter Site home page Giter Site logo

sergio-dc / swing-java-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 25 KB

This system was built using the programming language JAVA and GUI library 'swing' for the final project of OOP class, contains several functionalites e.g is a library, mp3, calculator and has some CRUD systems

Java 100.00%

swing-java-system's Introduction

Swing Java System

This system was built for the final project of OPP class, contains several functionalities such as a Library Management System, MP3 system, Calculator and other CRUD subsystems. The GUI library used to construct this project was Swing.

The architerture used in this project was: Coad and Yourdon's method for object-oriented design http://pages.cpsc.ucalgary.ca/~eberly/Courses/CPSC333/Lectures/Design/cy_design.html

How to run

It is suggested to create a binary folder at the same level of src/ and execute the following commands (Be sure to place inside Project directoy):

Windows

javac -d .\bin *.java

java -cp .\bin ProyectoGUI

Linux

javac -d ./bin *.java

java -cp ./bin ProyectoGUI

Add new songs to the Database

The name of the file that is responsible of the persistence of songs is 'Cancion01.txt' this file is inside the database dir. The structure of this file is the following:

album name_song name

To add a new song write it after the underscore separator, it doesn't matter if the song has blank spaces the system will read it without any problem. Also write the name of the album before the underscore separator, the album name must match with the album name located inside the file 'Album01.txt', it doesn't matter the blank spaces.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.