Fix editing long nodes
Remove unused code
Make position relative to the parent frame
Call simplified version of Util.getResourceString
Center dialogs relative to their parents, solving some multimonitor problems
I agree with you J8 is not necessary and Im not using it for now Sadly, fixes and unrelated changes are mixed in the commits and GitHub doesn't provide a mechanism to make selective pull request, maybe we can use a feature branch next time. Can I create the pull request with all my changes? Regards
Yes, please Mainly for educational reasons, I would like to apply Java 8/9 at some point and there is no better way to learn than programming. I think this project is perfect for my purposes, not so big not so small. Checking the code I found some errors and I think it is better to fix them than to change the version. Also, I would like to integrate these changes into Freemind, in which I've been working from time to time
Small fixes, performance improvements and general clean code
Use split instead of StringTokenizer
Small Performance improvements in FindReplaceDialog
Automatically preview/select one of the inserted images
Remove file name from the list when there was only one item
Apply generics and clean code
Display images in Layout view even before saving the document
Apply generics and basic clean code
Fix a problem with generics
Apply generics to AnchorDialog
Fix image preview for files with upper cases
Clean code in AboutBox
Fix build and add deleted jars
Fix build and add deleted jars
Fix build and add previously deleted libraries
Avoid duplicated pattern name when the user creates a new Pattern
Use only one data structure to store font names
Apply Generics and clean code
Apply Generics and clean code
Refactor and cleanup
Add generics, clean unused code and imports
Add generics, clean unused code and imports
Add generics, clean unused code and imports
Add generics, clean unused code and imports
Add enhanced DefaultListmodel
Add generics and apply new DefaultListModel
More fixes
Add generics and small performance improvements in Pattern list
Apply generics and small improvements
Refactor CompileXsdStart, clean all warnings
Apply generics and small improvements
Fix untracked files
Add .gitignore
version change should also be reflected on FreeMindStarter.checkJavaVersion()