Synth LaF 不同面板样式
我有一个带有两个 JPanel 的应用程序,它们必须具有不同的样式。我使用 Synth LaF,但我不知道如何在一个 xml 文件中拥有两种不同的样式。我定义了一种样式并将其绑定到“面板”,但两个面板看起来很相似。是否有可能定义更多样式并让合成器知道应该在哪个面板上使用哪种样式?
i have an app with two JPanels and they must have different styles. I use the Synth LaF and I don't know how to have two different styles in one xml file. I define a style and bind it to "Panel" but then both panels look alike. Is there a possibility to define more styles and let synth know which one it should use on which panel?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
摘自 http://download.oracle.com/javase/tutorial/uiswing /lookandfeel/synth.html:
因此,将样式绑定到名称,并通过调用 setName 为面板提供名称
extracted from http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/synth.html:
So, bind the style to a name, and give your panel names by calling setName