I had developed an application in JavaFx. My application appeared in a default type of window, that is like the window in which the explorer(My computer) is opening.
But look at softwares like Avast antivirus, Advanced System care, C-cleaner, they have their own window. I think that it is developed by them for their software. I need to develop such a window of my own for my application. Is it possible in JavaFx ?
StageStyle.UTILITY is acceptable for me, but it doesn't have a minimize button. Is it possible to add a minimize button ? If not, suggest me some other ways ?