Once the user selects sales he/she has to sign in (password and username stored in a .txt)
After they sign in I want it to go to the CheckOutMenu but I'm not sure how to do that! Any suggestions would be helpful.
Oh the checkOutMenu is where the user can sell dessertItems of various sorts if the customer wants to purchase another item they can and it just run through the program again and then when customer doesn't want no more items it ends and prints a recipt then exits.
wat the fuck is this about??????? boring
Please, if you're not a programmer do NOT post in this forum. The fact you can't understand what is going on does not mean "spam with how programming is boring"
Anyway, I don't actually know Java (From what I've seen of it it looks horrific to work with to be honest) but programming logic in general is fairly obvious and I know a bit of object orientation. Anyway, it seems that if they've already been authenticated you just create a CheckOutMenu object and call its main menu method? I don't quote know the syntax but it shouldn't be that difficult if you can write the class.