How can I change the color of the title bar in javafx 2 desktop app?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Area of the window there title is written is controlled by OS. OS manages it's color, active/passive state, close-minimize buttons, etc. and FX has no API to handle that. You may opt to create your own titlebar by using |
|||
|
|