Package application
Class PrintCostCalculator
java.lang.Object
application.PrintCostCalculator
The main class for handling user interaction and controlling the 3D Print Cost Calculator.
It provides a CLI-based menu where users can input their settings, add printers, and calculate costs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Starts the interactive menu for the program.
-
Constructor Details
-
PrintCostCalculator
public PrintCostCalculator()
-
-
Method Details
-
startMenu
public static void startMenu()Starts the interactive menu for the program.
-