public void printCustomerInfo()
{
System.out.println(name.getCustomerName());
}
I have a name class which is linked in and that class contains the CustomerName part my user interface allows you to creat a new order which you press 1 and enter the various details when the user presses 2 it should print the customers name yet it comes up with the error.
thanks

New Topic/Question
Reply




MultiQuote







|