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 窗格和一个矩形。我想让矩形填充窗格的所有空间而不手动设置宽度或高度,因为窗格可以调整大小。
有谁能够帮助我?
将 Rectangle 的 height 和 width 属性绑定到 Pane 的 height 和 width 属性。
或者您可能只想使用 css 设置窗格的背景并完全摆脱 Rectangle。