# jbootx **Repository Path**: guiyuxx/jbootx ## Basic Information - **Project Name**: jbootx - **Description**: bootstartp javafx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-20 - **Last Updated**: 2023-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jbootx 一个 Javafx bootstrap 主题 有没有对JavaFx8的默认Modena主题感到恼火? bootstrap 3.x主题非常漂亮,对吧? 不用担心,jbootx就是你想要的,看看就知道了! ## Requirements - 不要切换到 *`caspian`* 主题! - 为了获得最佳体验,请使用`Java8` ## Bootstrap3 ![](images/bootstrap3-1.png) ![](images/bootstrap3-2.png) ![](images/bootstrap3-3.png) 它非常容易使用,因为不需要java代码!只需添加 `bootstrap3.css` 项目中的文件 ~~~ scene.getStylesheets().add(Main.class.getResource("bootstrap3.css").toExternalForm()); ~~~ 打开 `bootstrap3overview.fxml` 在您的 `Scene Builder`并学习如何使用它! ------- **好消息!Bootstrap2也可用!** ![](images/bootstrap2-1.png) ![](images/bootstrap2-2.png) ![](images/bootstrap2-3.png) 添加 `bootstrap2.css` 文件到您的项目 ~~~ scene.getStylesheets().add(Main.class.getResource("bootstrap2.css").toExternalForm()); ~~~ 打开 `bootstrap2overview.fxml` 在您的 `Scene Builder` 并学习如何使用它! 享受!