Coder Social home page Coder Social logo

javafxproject's Introduction

Car Inventory Manager with JavaFX

Term Project for L1T2


An inventory manager for cars with multi-threading and local networking support. This project was aimed to learn about networking and multi-threading in Java. A demonstration can be found here

Features

  • Login as seller, add/remove/update cars from inventory
  • Login as buyer, buy/view cars from all available sellers
  • Support for multiple instances of sellers and buyers
  • All information between buyers and sellers are updated synchronously

Pre-requisites

  • Download openjfx 11.0.2 and unzip contents
  • Clone and open this repository in any suitable Java IDE (IntelliJ IDEA preferred)
  • Add openjfx-11.0.2/lib to project libraries. From IntelliJ, this can be done by navigating to Project structure -> Libraries -> +

Getting Started

  • src/server/Server.java is responsible for handling authentication requests and synchronizing data between multiple instances. Run Server.main() first. The login information can be found in Server.java. Users with access=1 are sellers, and customers are with access=0.
  • src/gui/Main.java is responsible for the GUI interface. Run Main.main() and the app should be connected to server upon running. Login with the user information stored in Server.java.
  • Multiple instances of the GUI can be run if needed. For this, enable Allow multiple instances in the edit/run configuration within IntelliJ.

javafxproject's People

Contributors

shuaibw avatar

Watchers

 avatar

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.