南京工程学院操作系统课程设计说明书题 目 操作系统—银行家算法和页面置换算法 班 级 软件 101 学 生 姓 名 刘 洋 学 号 202400320 课设截图:源代码:3 个类:MainFrame
java:import java
Font;import java
ActionEvent;import java
ActionListener;import javax
ButtonGroup;import javax
JButton;import javax
JFrame;import javax
JLabel;import javax
JPanel;import javax
JRadioButton;import javax
UIManager;import javax
UIManager
LookAndFeelInfo;public class MainFrame extends JFrame implements ActionListener { /** * */ private static final long serialVersionUID = 1L; private JPanel panel1,panel2,panel3; private JLabel label1,label2; private JButton button1; private JRadioButton b1,b2; public MainFrame() { super("操作系统课程设计"); this
setBounds(300, 150, 800, 500); this
setBackground(java
LIGHT_G