sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

Can't Using SnackBar using on 8.0.8 #1084

Closed hrnrstgzl closed 4 years ago

hrnrstgzl commented 4 years ago

Hi! I want to show a toast message in my javafx desktop app. But when ı used below code; snackBar.enqueue(new SnackbarEvent(rootPane, Duration.millis(1000), pseudoClass)); SnackbarEvent doesn't contains a string message. How can I use a toast message on 8.0.8. Please help me and sorry for my bad English...

gilad4 commented 4 years ago

See the snackbar demo in IconsController.java

hrnrstgzl commented 4 years ago

See the snackbar demo in IconsController.java

Thanks for help. This solved my problem