Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,100

    Re: Using a Method from another class help?

    The first method (after the main) is the constructor. It says: public TerrainRenderWindow(double[][] elevData,ColorChooser coloring) throws Exception

    You create a new TerrainRenderWindow object by...
  2. Replies
    7
    Views
    1,100

    Re: Using a Method from another class help?

    Create a new TerrainRenderWindow in your other program using the Constructor.
Results 1 to 2 of 2