作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在场景中重复一个节点。是否可以 ?例如,我有一个 anchor Pane 和 3 个 Pane 。我在 pane(1) 上有一个按钮,我想在程序中的一些过程后将它添加到 pane(2) ...。我想像旧节点一样重复那个节点(具有相同的属性)
最佳答案
不可以,您不能在场景中重复相同的节点。
来自Node Javadocs :
A node may occur at most once anywhere in the scene graph. Specifically, a node must appear no more than once in all of the following: as the root node of a Scene, the children ObservableList of a Parent, or as the clip of a Node.
回答你的问题:
I want to repeat that node exactly like the old one
为此,创建一个 styleclass
并将其添加到您要创建的类似节点
。
关于java - 如何在javafx中重复同一场景中的节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31102899/
我是一名优秀的程序员,十分优秀!