bootstrapfx icon indicating copy to clipboard operation
bootstrapfx copied to clipboard

BootstrapFX: Bootstrap for JavaFX

Results 12 bootstrapfx issues
Sort by recently updated
recently updated
newest added

First, Thank you for the fantastic implementation! I just started using it and I saw the label's supported classes don't work. Here's the code: Label lbl = new Label("some text");...

Hi, would be nice to use this as fully ported bootstrap but at least the spacing CSS classes.

I'd like to use this bootstrap css framework, but accessed through the Gluon SceneBuilder. I see there is an "add css stylesheet" in the menu of the SceneBuilder but I...

question

Hi, Thanks for this library! Would it be possible to add the styling for CombBox? It looks like this by default: ![image](https://user-images.githubusercontent.com/1244100/111743029-5b625480-8889-11eb-80d0-4dae4c34a649.png)

Hey. Are Outline Buttons planned? I miss them. Can you please add them? https://getbootstrap.com/docs/4.0/components/buttons/#outline-buttons Thanks a lot. This is even without it awesome!!

enhancement

I've been working on my new [jpro](https://www.jpro.one/)/javafx sample site www.jfx-ensemble.com and decided to add some bootstrapfx-samples as a starting point. You can check out the samples with the following link:...

Although I know the basics of bootstrap for web development, is hard to know how to properly add classes to a jfx element. It would be a lot easier if...

question

I created a button and set the style, but the font not in the center ``` btn.getStyleClass().setAll("btn", "btn-sx", "btn-primary"); ``` ![图片](https://github.com/kordamp/bootstrapfx/assets/18442117/579350fb-52fa-4756-8bf8-7f2f750df090) jdk version 11 implementation('org.kordamp.bootstrapfx:bootstrapfx-core:0.4.0')

Hello BootstrapFX Team, I've encountered an issue that seems to stem from a compatibility problem between BootstrapFX and ControlsFX, specifically regarding the use of glyphs. Environment: BootstrapFX Version: 0.4.0 ControlsFX...

Would be great if you could add this badge to your readme: [![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/libraries/bootstrapfx)