tutorials:first-steps:save-load
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:first-steps:save-load [2025/05/25 11:09] – gaetan | tutorials:first-steps:save-load [2025/07/23 15:25] (current) – [With the plugin PropFile] gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Save/load static variables ====== | ====== Save/load static variables ====== | ||
| - | This tutorial | + | This tutorial |
| ===== Create project ===== | ===== Create project ===== | ||
| - | In a '' | + | In a '' |
| {{: | {{: | ||
| Line 75: | Line 75: | ||
| **Note: | **Note: | ||
| * The variable '' | * The variable '' | ||
| - | * Any other serialization | + | * Any other serialization |
| * To reset the three variables to their initial values, the project needs to be either '' | * To reset the three variables to their initial values, the project needs to be either '' | ||
| Line 102: | Line 102: | ||
| public static String myString = " | public static String myString = " | ||
| - | static int myInt = 5; | ||
| - | static String myString = " "; | ||
| public class LoadParam implements RunAfterLoad{ | public class LoadParam implements RunAfterLoad{ | ||
tutorials/first-steps/save-load.1748164185.txt.gz · Last modified: 2025/05/25 11:09 by gaetan
