私は ControlsFX の新しいユーザーですが、理解できない問題があります。
私のコード:
Dialogs.create()
.owner(mainStage)
.title("Information Dialog")
.masthead("Test masthead")
.message("Test message")
.showInformation();
そして、私は例外を取得します:
Exception in thread "JavaFX Application Thread" java.util.MissingResourceException: Can't find bundle for base name impl.org.controlsfx.dialog.resources.oxygen.dialog-resources, locale fr_FR
なぜこれが起こるのか誰にも分かりますか?
ありがとうございました。