Hey <@U14ECM2KV> <@U0F3291QE> is it right that, a...
# tornadofx
n
Hey @ron @edvin is it right that, at the moment tornadoFx has a preference mechanisms, which is using the
java.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?