dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
445 stars 58 forks source link

Fix package names according to naming convention #195

Open PavelTurk opened 1 year ago

PavelTurk commented 1 year ago

Package dorkbox.systemTray and some others don't fit naming convention. For details see https://stackoverflow.com/a/3179221/5057736 .

Please, don't think i am boring :) Such package names are so strange so it is difficult not to note it.

dorkbox commented 12 months ago

Strange, yes - and highly opinionated. Also don’t look too closely at the maven ID or directory structure. ;)

Naming conventions are… important, but the problem is that I’m not sure I want to rename everything, so i’ll have to think about this a bit.

Thanks for bringing it to my attention