Search:

Type: Posts; User: Norm

Search: Search took 0.52 seconds.

  1. Re: Java programming. Program is not getting information from a subclass

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    When you post error messages, please copy the full text and paste it. It...
  2. Re: Java programming. Program is not getting information from a subclass

    You need a reference to the class that has the methods to call the methods in the class.
    What class has the methods you are trying to call?
    Where in the code is there a reference to that class?
    ...
  3. Re: Java programming. Program is not getting information from a subclass

    You need to have a reference to the class that the methods are in to be able to call the methods.
    What class are the methods in?
    How can the code get a reference to an instance of that class so it...
  4. Re: Java programming. Program is not getting information from a subclass

    What class is the variable: supplies? Does it have those methods?
  5. Re: Java programming. Program is not getting information from a subclass

    That says: You need to fix some compiler errors on line 76.
  6. Re: Java programming. Program is not getting information from a subclass

    Can you post the contents of the console from when you execute the program that shows its input and output.

    On windows: To copy the contents of the command prompt window:
    Click on Icon in upper...
Results 1 to 6 of 6