sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFXButton not showing on JFX Drawer #1184

Closed jeranio closed 3 years ago

jeranio commented 3 years ago

I have the drawer functioning as is, no css styling etc. If I add a JFXButton and run the program using Intellij, no buttons show up but if I I add a normal stock Button then the buttons show up. I have added JFoenix libs to my project structure.

Sorry using JDK 15, JFoenix 9.0.10. I have tried using other JDK but my app throws all sorts of errors. The combination I have now works or runs all my other packages in the same app fine.

sshahine commented 3 years ago

Can you provide SSCCE for the issue? also feel free to take a loot at my other repo JFXBase build file, it has the full list of needed exports/opens

jeranio commented 3 years ago

Aye, sorry this was raised over a month ago and I have since either resolved it or moved on. I did however manage to get a lot of insight from this post which I would say helped a lot.

[https://stackoverflow.com/questions/62407413/javafx-jfxdrawer-not-hidden-completely-when-program-starts]

My drawer is working now as I expect it, resolving other issues related to the drawer like I need it not to shrink my existing stage but instead go over it and hide the background.