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.
我有一个扩展 JFrame 的主类(Main.java)。
主类包含一个包含两个面板的左面板。第一个(组件)包含许多 TabelPanel,第二个名为 Property。
我有一个中心面板(设计)和一个底部面板,其中包含一个按钮。设计面板包含一个 jtree。
我从组件面板中获取元素,然后拖放到 jtree。当我在 jtree 中选择一个元素时,我需要向属性面板显示信息。
当我单击底部(底部面板)时,我需要迭代到 jtree 面板。
而不是到处都有参考,避免这种情况的最佳方法是什么?