DarwinNE / FidoCadJ

FidoCadJ is a free user-friendly vector graphic editor for macOS, Linux, Windows and Android with a library of electronic symbols.
http://darwinne.github.io/FidoCadJ/
GNU General Public License v3.0
116 stars 43 forks source link

Refactoring of deprecated Java functions and fix unchecked type warning #247

Closed manufino closed 3 months ago

manufino commented 3 months ago

Runtime.exec(String)

Window.show()

InputEvent.META_MASK, InputEvent.CTRL_MASK, InputEvent.SHIFT_MASK

Locale(String) and Locale(String, String)

TreeNode.children() with raw types

manufino commented 3 months ago

I had to revert the commit "ec6f6fe5872715ccc54daf887c273dc862d0a80d" because something was preventing the context menu from opening on the drawing.

DarwinNE commented 3 months ago

It looks very nice.