nimakro
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?