All Projects → dicolar → Jbootx

dicolar / Jbootx

a javafx theme of bootstrap

Programming Languages

java
68154 projects - #9 most used programming language

jbootx

A Javafx bootstrap theme

Ever got annoyed with the default Modena theme for JavaFx8?

The bootstrap 3.x theme is very beautiful right?

No worries, jbootx is what you are lookin for, just take a look!

##Requirements

  • Do not switch to the caspian theme!
  • For best experience, use Java8

##Bootstrap3

It's very easy to use because no java code is required! Simply add the bootstrap3.css file in your project

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

scene.getStylesheets().add(Main.class.getResource("bootstrap2.css").toExternalForm());

Open the bootstrap2overview.fxml in your Scene Builder and learn how to use it!

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].