|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.main.FreeMindStarter
public class FreeMindStarter
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.
Constructor Summary | |
---|---|
FreeMindStarter()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FreeMindStarter()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |