« Main differences between V1.12.1 and V1.13 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
|||
(9 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
== Native Java options when lauching a process == | == Native Java options when lauching a process == | ||
Ligne 12 : | Ligne 10 : | ||
* a button to launch a browser where to search the file | * a button to launch a browser where to search the file | ||
* a specific mechanism to display the relative or the absolute path name. | * a specific mechanism to display the relative or the absolute path name. | ||
== New version of JFreeChart == | |||
Now, <font color=#556B2F>'''GENIUS'''</font> is using [https://www.jfree.org/jfreechart JFreeChart] V1.5.0. | |||
== Customization == | |||
We added some colors customization for the following widgets: | |||
* Text color for [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GHyperlinkLabel.html GHyperlinkLabel] | |||
* Colors for error and/or warning status | |||
* Background color for [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GMainFrameAbstract.html GMainFrameAbstract] console. | |||
== Anomaly corrections == | == Anomaly corrections == | ||
* Bad management of [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GTime.html GTime] widget forced status | |||
* Adding the setDefaultValue for [{{PathCurrentJavaDoc}}/fr/cnes/genius/lowLevel/GTime.html GTime] widget | |||
* Uncompleted test on [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryReal.html GEntryReal] widget : now, we test Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY and not only Double.NaN | |||
* For a standard application, when we tried to load a context then, cancel the operation, the previous context name was cleared. Now it is kept. |
Dernière version du 21 octobre 2024 à 14:47
Native Java options when lauching a process
Previously, it was only possible to launch a process as via the GJavaCommandLauncher class only by specifying the runnable class name and its arguments. Now, there is a new argument allowing to call for native Java options (as heap space size)
New GEntryFileName widget
A new widget (GEntryFileName) allowing to enter a file name is now available. It consists in:
- a text field where it is possible to enter directly the name but it will verify if the file exists and, if it is not the case, will send an error status
- a button to launch a browser where to search the file
- a specific mechanism to display the relative or the absolute path name.
New version of JFreeChart
Now, GENIUS is using JFreeChart V1.5.0.
Customization
We added some colors customization for the following widgets:
- Text color for GHyperlinkLabel
- Colors for error and/or warning status
- Background color for GMainFrameAbstract console.
Anomaly corrections
- Bad management of GTime widget forced status
- Adding the setDefaultValue for GTime widget
- Uncompleted test on GEntryReal widget : now, we test Double.POSITIVE_INFINITY and Double.NEGATIVE_INFINITY and not only Double.NaN
- For a standard application, when we tried to load a context then, cancel the operation, the previous context name was cleared. Now it is kept.