Hyperlinks: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Making hyperlinks work fine on all the supported platforms including Microsoft Windows, Max OS X and Linux is technically tricky, requiring dedicated code for each group of platforms. | Making hyperlinks work fine on all the supported platforms including Microsoft Windows, Max OS X and Linux is technically tricky, requiring dedicated code for each group of platforms. | ||
See the method | See the method openDocument in the class [http://freemind.cvs.sourceforge.net/freemind/freemind/freemind/main/FreeMind.java?view=log FreeMind]. | ||
==Tracker items== | ==Tracker items== |
Revision as of 07:01, 26 June 2008
FreeMind supports having one hyperlink per node, linking to web pages, mail addresses, and to local files.
Making hyperlinks work fine on all the supported platforms including Microsoft Windows, Max OS X and Linux is technically tricky, requiring dedicated code for each group of platforms.
See the method openDocument in the class FreeMind.