📄 教师管理.java~1~
字号:
package testsystem;
import java.awt.*;
import javax.swing.*;
import java.sql.*;
import javax.swing.*;
import java.awt.Rectangle;
public class 教师管理 extends JFrame {
private ImageIcon img1 = new ImageIcon("img\\Male.gif");
private ImageIcon img2 = new ImageIcon("img\\Female.gif");
private ImageIcon img3 = new ImageIcon("img\\password.png");
private ImageIcon img4 = new ImageIcon("img\\password.png");
public 教师管理() {
try {
jbInit();
} catch (Exception exception) {
exception.printStackTrace();
}
}
private void jbInit() throws Exception {
getContentPane().setLayout(null);
jButton1.setBounds(new Rectangle(41, 49, 88, 45));
this.getContentPane().add(jButton2);
this.getContentPane().add(jButton1);
jButton2.setBounds(new Rectangle(239, 49, 87, 45));
jButton2.setText("、");
}
public static void main(String[] args) {
教师管理 教师管理 = new 教师管理();
}
JButton jButton1 = new JButton();
JButton jButton2 = new JButton();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -