atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

Fixed some issue #78

Closed vincenzopalazzo closed 5 years ago

vincenzopalazzo commented 5 years ago

Since we have a lot of mouse hovers around in our project, I have a monthly issue to add a manager for removing the issues since Oracle has not added a total cleaning method. https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4380536 With this component it was possible for me to clean the listner of the buttons of other components so as not to have unpleasant effects of unintended color combination.

I also fixed another bug in the design of the slider that you could see pixelated, the same bug that was opened in the issue of the button.

I hope you enjoy my work