private void bottlesMenuActionPerformed(java.awt.event.ActionEvent evt) {
BottleLoader loader = new BottleLoader();
loader.setVisible(true);
}
but I am getting an error on BottleLoader saying
cant find symbol
symbol: class BottleLoader
location: class DispenderGUI
I tried googling and I found a few youtube videos on the same subject and they all did the same thing I did but their code compiles and mine does not.

New Topic/Question
Reply


MultiQuote






|