borboss
03/30/2017, 10:49 AMedvin
03/30/2017, 10:50 AMedvin
03/30/2017, 10:50 AMedvin
03/30/2017, 10:51 AMadd(occupation)
instead of this += occupation
.edvin
03/30/2017, 10:56 AMnimakro
03/30/2017, 11:01 AMjava.util.prefs
. I some how I don't like the java.util.prefs
because it has not a simple way of storing Map's
and Lists
(Json). We could either implement something on top of java.util.prefs
to support that or run our own (Then we need to think of how we store the information in a OS specific way). Did you guys ever had the need for a better way to store settings?edvin
03/30/2017, 11:02 AMconfig
suites your need better?edvin
03/30/2017, 11:02 AMedvin
03/30/2017, 11:02 AMedvin
03/30/2017, 11:03 AMnimakro
03/30/2017, 11:05 AMconfig
and think how settings could be managed in a nice way with tornadofxedvin
03/30/2017, 11:06 AMedvin
03/30/2017, 11:06 AMconfig.set("myKey", someJsonObject)
and retrieve it with config.jsonObject("myKey")
edvin
03/30/2017, 11:06 AMjsonArray
ron
03/30/2017, 11:07 AMedvin
03/30/2017, 11:07 AMron
03/30/2017, 11:07 AMedvin
03/30/2017, 11:08 AMborboss
03/30/2017, 11:08 AMnimakro
03/30/2017, 11:08 AMron
03/30/2017, 11:09 AMnimakro
03/30/2017, 11:10 AMron
03/30/2017, 11:10 AMedvin
03/30/2017, 11:11 AMputBoolean
etc, which are kind of meaningless, but we can't override.ron
03/30/2017, 11:11 AMron
03/30/2017, 11:11 AMron
03/30/2017, 11:12 AMnimakro
03/30/2017, 11:12 AMnimakro
03/30/2017, 11:12 AM