Jonathan Mark Mwigo

Results 6 comments of Jonathan Mark Mwigo

> You see, the demo loads every Scene at init time, before the app is shown, and also caches the Scenes. This way the entire app will feel responsive once...

@palexdev I want to rewrite the demo, but a certain feature that I'd like to add is still not yet perfect to the point that I want it to be....

I want to make a Side Navigation Bar, I want it to be expandable i.e. Show iCons only or Show the Icon and Text as the user prefers it. I...

> There are multiple ways to implement it. One approach is through a VirtualizedFlow, which essentially acts as a list. You define the type 'T' for the buttons—for instance, a...

Hello, @palexdev . As earlier stated about my intention to do a `Side Navigation Bar`, I haven't built a `JFX` Widget from nearly scratch before I have only been extending...

Thanks @palexdev , This is helpful. Contains most answers to the questions I had in mind. > But I understand that doing this "manually" can be a little bit difficult...