Quick Start : Différence entre versions

De Wiki
Aller à : navigation, rechercher
Ligne 4 : Ligne 4 :
  
 
[[File:QuickStart1.png]]
 
[[File:QuickStart1.png]]
 +
 +
[[File:QuickStart2.png]]
 +
 +
[[File:QuickStart3.png]]
 +
 +
[[File:QuickStart4.png]]
 +
 +
[[File:QuickStart5.png]]
 +
 +
Create a frame using the [http://genius.cnes.fr/index.php/GFrame_and_GPanel GFrame] class ...
 +
 +
[[File:QuickStart6.png]]
 +
 +
Do not forget to call to the PATRIUS_DATASET (to get for example information about time scales)
 +
 +
[[File:QuickStart7.png]]
 +
 +
And when you will execute, you will obtain this:
 +
[[File:QuickStart8.png]]

Version du 9 novembre 2018 à 18:03

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 ...

QuickStart1.png

QuickStart2.png

QuickStart3.png

QuickStart4.png

QuickStart5.png

Create a frame using the GFrame class ...

QuickStart6.png

Do not forget to call to the PATRIUS_DATASET (to get for example information about time scales)

QuickStart7.png

And when you will execute, you will obtain this: QuickStart8.png