freemind.main
Class FreeMindStarter
java.lang.Object
freemind.main.FreeMindStarter
public class FreeMindStarter
- extends java.lang.Object
This class should check the java version and start freemind.
In order to be able to check, it must be startable with
java versions < 1.4. We have therefore a section in the
build.xml that explicitly compiles this class for java 1.1
compatibility. Currently, it is unclear, if this works
as expected. But in any case, almost no dependencies to
other FreeMind sources should be used here.
- Author:
- foltin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeMindStarter
public FreeMindStarter()
main
public static void main(java.lang.String[] args)
readDefaultPreferences
public java.util.Properties readDefaultPreferences()