Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 javafx 2 桌面应用程序中标题栏的颜色?
写入标题的窗口区域由操作系统控制。操作系统管理它的颜色、主动/被动状态、关闭最小化按钮等,而 FX 没有 API 来处理这些。
Stage您可以选择使用with创建自己的标题栏,StageStyle.UNDECORATED并为此类窗口绘制您喜欢的任何装饰。
Stage
StageStyle.UNDECORATED