📄 searchstudent.java
字号:
/* * SearchStudent.java * * Created on 2008骞?2鏈?鏃? 涓婂崍12:03 */package test02;import java.sql.ResultSet;import java.sql.SQLException;import java.util.Vector;import javax.swing.JOptionPane;/** * * @author Administrator */public class SearchStudent extends javax.swing.JDialog { private ResultSet rs; private ResultSet rs0; /** Creates new form SearchStudent */ public SearchStudent(java.awt.Frame parent, boolean modal) { super(parent, modal); initComponents(); } public SearchStudent() { initComponents(); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jScrollPane1 = new javax.swing.JScrollPane(); Table = new javax.swing.JTable(); num = new javax.swing.JTextField(); jLabel1 = new javax.swing.JLabel(); jButton1 = new javax.swing.JButton(); num0 = new javax.swing.JTextField(); jLabel2 = new javax.swing.JLabel(); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); setTitle("鏌ユ壘瀛︾敓淇℃伅"); Table.setBorder(javax.swing.BorderFactory.createEtchedBorder()); Table.setModel(new javax.swing.table.DefaultTableModel( new Object [][] { {"", "", "", "", "", "", "100"}, {null, null, null, null, null, null, null}, {null, null, null, null, null, null, null}, {null, null, null, null, null, null, null} }, new String [] { "瀛﹀彿", "濮撳悕", "鐝
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -