2

I am creating a GUI with scene builder using netbeans and i want to styling my application like the bootstrap style (button , table , menu .. ) How can i do that , cordially.

  • i want to do it without using Web view so the solution in the other question don't help me –  Mar 10 '16 at 19:48

1 Answers1

3

Check this one https://github.com/aalmiray/bootstrapfx

This adds support for some of the Bootstrap styles for your JavaFX Controls.

Rajesh
  • 632
  • 8
  • 16