oneku
oneku

Reputation: 19

Why Scene Builder can't find JFXDatePicker library?

I have faced with one problem, for my project I need to use JFXDatePicker, however I can't find it to use, Here only DatePicker is avaiable but I need exactly JFXDatePicker. Scene Builder: search panel enter image description here

Upvotes: 0

Views: 353

Answers (1)

mipa
mipa

Reputation: 10640

JFXDatePicker is from an external library. Probably from JFoenix. In order to use that in SceneBuilder you have to import that external library in SB. This Adding a custom component to SceneBuilder 2.0 may be helpful.

Upvotes: 1

Related Questions