dustinkredmond / FXTrayIcon

Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.
MIT License
324 stars 25 forks source link

Readme changes #48

Closed EasyG0ing1 closed 2 years ago

EasyG0ing1 commented 2 years ago

This is a non-code change pull request. I simply created another .md file that covers all of the Builder class options with examples and put a link to it in the main README. I also added GistFX to the list of applications that use FXTrayIcon in the main README

EasyG0ing1 commented 2 years ago

The majoprity of the commits were my efforts to get this to pass the Travis CI guard dog ... but I can't get it to pass, so I'm leaving it as it is.

That Travis CI thing is a major stickler, I think if I ran GistFX through it, it would rip me a new asshole.

dustinkredmond commented 2 years ago

Travis can be nit-picky, but it has also caught some of my build-breaking half-hearted commits in the past. I will merge this. 😄