e772. adding an icon to the label of a jradiobutton component.txt
来自「这里面包含了一百多个JAVA源文件」· 文本 代码 · 共 1 行
TXT
1 行
Unlike a JButton, setIcon() does not add an icon to the text label. Rather, in a radio button, the method is used to customize the icons used to depict its state. However, by using the HTML capabilities in a label, it is possible to add an icon to the label without affecting the state-depicting icons. This technique is identical to the one used for checkboxes. For more information, see e754 Adding an Icon to the Label of a JCheckBox Component.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?