标签: user-interface javafx
how would i go about creating a node with a title on it like this screenshot? at least i think that it is a node or is it a stage within a stage
答案 0 :(得分:1)
这称为titlepane,您可以在标题中为窗格指定标题。 titlepane是javafx场景图中的一个groupnode。
舞台不能单独进入舞台,因为舞台是使用过的操作系统的窗口,在窗口中,场景图渲染的节点使用低级图形api。
图形API: JavaFX使用:
Windows:DirectX;
Linux:OpenGL;
Mac:Cocoa(OpenGL)