⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 start.java

📁 排课系统,系统根据学校的需要
💻 JAVA
字号:
package mainpacket;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQLException;import java.sql.Statement;import java.util.List;import static java.lang.Math.*;import javax.swing.JCheckBox;import javax.swing.JLabel;import javax.swing.JOptionPane;public class Start implements ActionListener{	private static Connection conn = JDBCConnectionFactory.getConnection();;	private JCheckBox[][] ch = new JCheckBox[7][6];	private static int countc=0;	private static int countt=0;	private static int countcr=0;//	 閫夋嫨璇剧▼鏍囧織	private static int r=0;	private static int r0=0;	//閫夋嫨鏁欏

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -