# jbootx **Repository Path**: yang__sjz/jbootx ## Basic Information - **Project Name**: jbootx - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-04 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ![](images/bootstrap3-1.png) ![](images/bootstrap3-2.png) ![](images/bootstrap3-3.png) 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!** ![](images/bootstrap2-1.png) ![](images/bootstrap2-2.png) ![](images/bootstrap2-3.png) 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!