@@ -8,14 +8,13 @@ A good example for this when you copy something using the file explorer:<br>
88![ Taskbar progressbar in windows 7] ( images/areo-progressbar.jpg ) <br >
99This is very useful because you don't have to open the window to see the progress!
1010The problem is that javaFX doesn't provide this functionality by default... however you
11- can easily implement it with this library!
12- It enables you to do this in pure java!
11+ can easily implement it with this library!
1312
1413## Compatibility
1514This library has support for java 8 and java 11 too.<br >
1615<b >The 'v11.x' versions are for java11 users and the 'v8.x' versions are for java 8 users.</b >
1716
18- ##### Using with java 11
17+ ### Using with java 11
1918If you use java 11 you have to pass this VM argument: ` --add-exports javafx.graphics/com.sun.glass.ui=nativejavafx.taskbar ` .
2019Also, you have to mention the ` nativejavafx.taskbar ` module in your ` module-info.java ` file:
2120``` java
@@ -184,6 +183,9 @@ Code: `progressbar.showCustomProgress(40, 100, TaskbarProgressbar.Type.ERROR);`<
184183## Full demo
185184A full demo-example class is available [ here] ( src/test/java/Demo.java ) .
186185
186+ ## Projects using ` FXTaskbarProgressBar `
187+ If this library is used by your project, let me know in the ` Discussions ` and I will mention that in this section.
188+
187189## Source code
188190This project has two important branches:
189191* "master" - for java 8 builds
@@ -195,5 +197,4 @@ This project has two important branches:
195197 * [ Jetbrains Annotations] ( https://github.com/JetBrains/java-annotations ) - Annotations for JVM-based languages
196198
197199## Support
198- If you like this library please give me a star! It's very important for me
199- because it keeps me motivated to work on this library. Thank you!
200+ If you like this library give it a star!
0 commit comments