VendingMachine
A vending machine simulator
Install / Use
/learn @jasonv/VendingMachineREADME
Vending Machine Simulator
Requirements:
- Java 1.6
- Eclipse
To load the project into your workspace.
- Open eclipse
- File -> Import...
- Expand General
- Select "Existing Projects into Workspace"
- For the "Select root directory:" select VendingMachine folder.
- Click finish.
To run test
- Expand the VM project folder.
- Right click the test folder.
- Select Run As -> JUnit Test
To run applet
- Expand the VendingMachine project folder.
- Expand the src folder.
- Expand down to com.jasonv.vendingmachine
- Right click on VendingMachineApplet.java
- Select Run As -> Java Applet
