【发布时间】:2013-03-03 01:26:13
【问题描述】:
有些名称很清楚,例如背景、前景、焦点等。但有些名称只是令人困惑,例如 light、hightlight、shadow、darkshardow 等。我注意到这些在 Swing UI 中一直使用,所以我推断这些是java术语的一部分。有没有人知道那里是否有解释这些名称的文件?
RadioButton.background
RadioButton.darkShadow
RadioButton.disabledText
RadioButton.focus
RadioButton.foreground
RadioButton.highlight
RadioButton.light
RadioButton.select
RadioButton.shadow
【问题讨论】:
-
为什么不单独将它们更改为粉红色,看看会发生什么?
-
我已经尝试了好几个星期了,似乎没有受到任何影响,尤其是光线,突出显示:(
标签: java swing jradiobutton uimanager