Search:

Type: Posts; User: jashburn

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    968

    Re: Need help understanding the error

    You'd want these classes to be split up into their own files, InventoryProgram.java and InventoryGUI.java, respectively, in keeping with having 1 public class per file. So, just cut starting from...
  2. Replies
    7
    Views
    968

    Re: Need help understanding the error

    It's exactly as stated in the error message:


    Take a look at line 214 as well as the statement package InventoryProgram my.inventoryGUI; //starts my GUI. Around there you have:


    }// end...
Results 1 to 2 of 2