diff --git a/firestar/src/main/java/WilkinsCoffee.java b/firestar/src/main/java/WilkinsCoffee.java index 5d53936..7f23e00 100644 --- a/firestar/src/main/java/WilkinsCoffee.java +++ b/firestar/src/main/java/WilkinsCoffee.java @@ -145,6 +145,7 @@ public class WilkinsCoffee implements ActionListener { if (result == JFileChooser.APPROVE_OPTION) { try { Files.copy(fileChooser.getSelectedFile().toPath(), new File(Main.inpath + fileChooser.getSelectedFile().getName()).toPath()); + refreshChecklist(); contBtn.setEnabled(true); contBtn.setBackground(new Color(221, 88, 11)); //orange } catch (IOException e) {