Skip to content

Commit f3cbf20

Browse files
committed
Update README
1 parent 79bad8e commit f3cbf20

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
99
This is very useful because you don't have to open the window to see the progress!
1010
The 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
1514
This 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
1918
If you use java 11 you have to pass this VM argument: `--add-exports javafx.graphics/com.sun.glass.ui=nativejavafx.taskbar`.
2019
Also, 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
185184
A 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
188190
This 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

Comments
 (0)