Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,104

    Re: Using a Method from another class help?

    I'm not sure what you're trying to say, and I don't know a better way to put it than "you're doing it wrong." You shouldn't be using Classname.methodname or anything like that. You should be simply...
  2. Replies
    7
    Views
    1,104

    Re: Using a Method from another class help?

    ...huh? What do you expect that to do? You're making it way more complicated than it should be.

    Step one is to put the .java file into the proper folders for the packages it's in.
    Step two is to...
  3. Replies
    7
    Views
    1,104

    Re: Using a Method from another class help?

    See what he does in the main method by creating a new TerrainRenderWindow? That's presumably what you would want to do, although you'd want to pass your own arguments in.
Results 1 to 3 of 3