Quick Start
In this Quick Start page, we assume that the user has already used the GENIUS library. Thus, he can refer to its own Quick start page. Of course, we also assume that he is familiar with the Java language as well as the Eclipse environment.
So, first, we have to create a class extending from the GPanel one with a main method ...
Then, you will have to add unimplemented methods display() and generic()...
Eclipse helps you to do it very quickly by clicking on the error sign:
You obtain this:
Then, create an GPOrbit object and decide to display it using the put() method:
Create a frame using the GFrame class ...
Do not forget to call to the PATRIUS_DATASET (to get for example information about time scales)
And when you will execute, you will obtain this: