DarwinNE / FidoCadJ

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

Refactoring deprecated "Working" #248

Closed manufino closed 3 weeks ago

manufino commented 3 weeks ago

Runtime.exec(String)

Window.show()

InputEvent.META_MASK, InputEvent.CTRL_MASK, InputEvent.SHIFT_MASK ...

Locale(String) and Locale(String, String)

manufino commented 3 weeks ago

I created the "fidocadj.dialogs.controls" package to encapsulate all auxiliary classes for dialogs; I believe it would be better to integrate the "MinimumSizeDialog" into this package as well.

DarwinNE commented 3 weeks ago

Nice work.