Oshan96 / CustomStage

A JavaFX UI framework to create fully customized undecorated windows
Apache License 2.0
199 stars 18 forks source link

Image as title, adding more buttons to the titlebar #13

Closed desaianand1 closed 5 years ago

desaianand1 commented 5 years ago

Would it be possible to add a constructor that allows for an image as a title (Useful for company logos etc.). Additionally, is there a way to similarly add more buttons to the title bar.

Oshan96 commented 5 years ago

Hi @desaianand1 ! Thanks for your suggestion, and yes, it would be possible to allow the users to use an image as title (or set an icon in the title-bar rather). Currently, you can access all the nodes within the CustomStage itself, through stage.lookup() function, but yes, I will work on it as well :)