https://github.com/dicolar/jbootx
a javafx theme of bootstrap
https://github.com/dicolar/jbootx
Last synced: 7 months ago
JSON representation
a javafx theme of bootstrap
- Host: GitHub
- URL: https://github.com/dicolar/jbootx
- Owner: dicolar
- License: apache-2.0
- Created: 2016-01-12T17:15:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T20:49:00.000Z (about 2 years ago)
- Last Synced: 2024-06-29T06:31:49.054Z (almost 2 years ago)
- Language: Kotlin
- Homepage:
- Size: 4.32 MB
- Stars: 305
- Watchers: 28
- Forks: 121
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ui - JBootX - Bootstrap 2 & 3 theme for JavaFX. (Java / Others)
README
# jbootx
A JavaFx bootstrap theme.
Ever got annoyed with the default Modena theme of JavaFx8?
The bootstrap 3.x theme is quite beautiful right?
Don't worry, `jbootx` is what you are looking for, just take a simple look!
## Requirements
- Do not switch to the *`caspian`* theme!
- For best experience, use `Java8` or a higher version.
## Bootstrap3



It's very easy to use cuz no java code is required! Simply add the `bootstrap3.css` file in your project.
```java
scene.getStylesheets().add(Main.class.getResource("bootstrap3.css").toExternalForm());
```
Open the `bootstrap3overview.fxml` in your `Scene Builder` and learn how to use it!
-------
**Good news! Bootstrap2 is also available!**



Add `bootstrap2.css` file to your project
```java
scene.getStylesheets().add(Main.class.getResource("bootstrap2.css").toExternalForm());
```
Open the `bootstrap2overview.fxml` in your `Scene Builder` and learn how to use it!
Enjoy!