A JavaFX-based GUI for an Electronics Store using the MVC paradigm. Users can manage inventory, add items to a cart, complete sales, and track store performance.
- Download and extract JavaFX SDK from GluonHQ.
- Configure JavaFX in IntelliJ:
- Add the JavaFX lib folder to project dependencies.
- Set VM options in Run Configurations:
--module-path "path-to-javafx/lib" --add-modules javafx.controls,javafx.fxml
- Run
ElectronicStoreApp.java.
- Add to Cart: Select an item and click "Add to Cart."
- Remove from Cart: Select an item and click "Remove."
- Complete Sale: Click "Complete Sale" to finalize transactions.
- Reset Store: Restore initial state.
