freemind.main
Class FreeMindStarter

java.lang.Object
  extended by 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

Constructor Summary
FreeMindStarter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.util.Properties readDefaultPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMindStarter

public FreeMindStarter()
Method Detail

main

public static void main(java.lang.String[] args)

readDefaultPreferences

public java.util.Properties readDefaultPreferences()