Search:

Type: Posts; User: zlloyd1

Search: Search took 0.30 seconds.

  1. Replies
    8
    Views
    1,283

    Re: Can't call method from external class

    "One thing that confuses me is that in my mind something this basic, getting a single input from the user, can be done by a simple method of Pay rather than creating a whole other class, EmpChoice,...
  2. Replies
    8
    Views
    1,283

    Re: Can't call method from external class

    You did not understand what I wrote in my previous reply to you, as to what the classes were set up to accomplish?? Okay, well the first, and main class, called Pay, is supposed to call the class...
  3. Replies
    8
    Views
    1,283

    Re: Can't call method from external class

    To answer your questions, EmpChoice is one of three files, each with its own purpose in an employee payroll script I am working on. The only true functions of EmpChoice should be getting the number...
  4. Replies
    8
    Views
    1,283

    Re: Can't call method from external class

    Alright, I get what you are saying here, sort of, but when I try to call it from inside the main method it won't recognize it, and I think I am using correct coding.... :|
    Anyway, here are the...
  5. Replies
    8
    Views
    1,283

    Can't call method from external class

    I am trying to call an external calls from a separate file within the same Java program, but it keeps telling me to create the method in the current class for some reason?? :confused: This floors me...
Results 1 to 5 of 5