Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 485 Bytes

Inventory Application

This is a application to store a variety of parts and products using Java/JavaFX

Application features:

  • Creation of unique identifiers
  • Adding
  • Modification
  • Deletion

In this app, a product serves as accumulated parts

Note: All data is stored in memory and will be lost when app is closed.

Helpful info to run program -Additional VM option "--module-path (insert path of JavaFX SDK) --add-modules javafx.controls,javafx.fxml,javafx.graphics"