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.
是否可以将自定义样式绑定到组件的子组件?
例如,在我的情况下,我有一个我JTabbedPane在其上设置了名称“MyPopup”。我想tabbedPaneTabArea通过这样做将特定的样式绑定到它:
JTabbedPane
tabbedPaneTabArea
<bind style="MyTabbedPaneTabArea" type="name" key="TabbedPaneTabArea.MyPopup" />.
这似乎不起作用,我花了很长时间在谷歌上搜索。