📄 e769. selecting a jradiobutton component in a button group.txt
字号:
// To create a radio button and button group,
// see e768 Creating a JRadioButton Component
// Select the radio button; the currently selected radio button is deselected.
// This operation does not cause any action events to be fired.
ButtonModel model = radioButton.getModel();
group.setSelected(model, true);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -