提交 4b79fdf7 编写于 作者: W weixin_47534470

Wed Feb 28 14:12:00 CST 2024 inscode

上级 1881fc44
run = "javac Main.java && java Main"
language = "java"
[debugger]
program = "Main"
无法预览此类型文件
import javax.swing.ButtonGroup;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
public class RadioButtonExample {
public class Main {
public static void main(String[] args) {
JFrame frame = new JFrame("RadioButton Example");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
......@@ -24,4 +25,5 @@ public class RadioButtonExample {
frame.pack();
frame.setVisible(true);
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册