Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
7 stars 3 forks source link

preferences storing #7

Closed jgastonraoul closed 14 years ago

jgastonraoul commented 14 years ago

add a system to store and load app preferences automatically

acollign commented 14 years ago

Can be implemented with java.util.prefs.

http://java.sun.com/javase/6/docs/api/index.html?java/util/prefs/Preferences.html

acollign commented 14 years ago

First implementation ed59cf3967c963a4a6d9bf834283cb54377c4a88.

must definitively be improve/refactor !