Commit 37ddd07e authored by ignas's avatar ignas

Dice game

parent 020709ad
......@@ -328,7 +328,7 @@ public class vending extends javax.swing.JFrame {
money = Double.parseDouble(moneyTF.getText());
//a block of If statements to add all of the products to the "cart" and to add the prices
// What to do if the chocolate box is selected
if (chocCB.isSelected()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment