freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)據(jù)庫課程設(shè)計——戶籍管理系統(tǒng)(由java編寫,附源代碼)-資料下載頁

2025-08-07 11:33本頁面
  

【正文】 if (jButton == null) { jButton = new JButton()。 (new Rectangle(150, 211, 78, 27))。 (注冊)。 (new () { public void actionPerformed( e) { String user=()。 String password1=new String(())。 String password2=new String(())。 if(()) { (null,用戶名不能為空!)。 } else { if((password2)) { if((user)) { (null,該用戶名已被使用!)。 } else { (user, password1)。 (null,注冊成功)。 ()。 ()。 ()。 } } else (null,兩次輸入的密碼不一樣!)。 } } })。 } return jButton。 } /** * This method initializes jButton1 * * @return */ private JButton getJButton1() { if (jButton1 == null) { jButton1 = new JButton()。 (new Rectangle(264, 211, 78, 27))。 (取消)。 (new () { public void actionPerformed( e) { setVisible(false)。 } })。 } return jButton1。 }} // @jve:declindex=0:visualconstraint=274,0***********************************************************import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。import 。public class SearchU extends JPanel { private static final long serialVersionUID = 1L。 private JPanel jPanel = null。 private JScrollPane jScrollPane = null。 private JTable jTable = null。 private JButton jButton = null。 String [] columnName2={用戶名,用戶類型}。 String [][] data2=null。 final DefaultTableModel mod = new DefaultTableModel(data2,columnName2)。 private JButton jButton1 = null。 private JLabel beijing = null。 private JLabel mainmenubackground = null。 private DBOperation db =new DBOperation()。 /** * This is the default constructor */ public SearchU() { super()。 initialize()。 } /** * This method initializes this * * @return void */ private void initialize() { mainmenubackground = new JLabel()。 (new Rectangle(0, 0, 900, 600))。 //(new ImageIcon(getClass().getResource(/)))。 (JLabel)。 (false)。 beijing = new JLabel()。 (new Rectangle(0, 0, 900, 600))。 //(new ImageIcon(getClass().getResource(/)))。 (JLabel)。 (null)。 (new Rectangle(0, 0, 890, 540))。 (new Color(204, 204, 255))。 (getJPanel(), null)。 (getJButton(), null)。 (getJButton1(), null)。 (beijing, null)。 (mainmenubackground, null)。 } /** * This method initializes jPanel * * @return */ private JPanel getJPanel() { if (jPanel == null) { jPanel = new JPanel()。 (new CardLayout())。 (new Rectangle(300, 171, 297, 157))。 (getJScrollPane(), getJScrollPane().getName())。 } return jPanel。 } /** * This method initializes jScrollPane * * @return */ private JScrollPane getJScrollPane() { if (jScrollPane == null) { jScrollPane = new JScrollPane()。 (jScrollPane)。 (getJTable())。 } return jScrollPane。 } /** * This method initializes jTable * * @return */ private JTable getJTable() { if (jTable == null) { jTable = new JTable(mod)。 TableColumn Column4 = ().getColumn(0)。 (150)。 TableColumn Column5 = ().getColumn(1)。 (150)。 ()。//表格自動滾動 (jTable)。 } return jTable。 } /** * This method initializes jButton * * @return */ private JButton getJButton() { if (jButton == null) { jButton = new JButton()。 (new Rectangle(456, 368, 129, 27))。 (單擊取消本次操作)。 (取消)。 (new () { public void actionPerformed( e) { (false)。 (false)。 (false)。 (false)。 (true)。 } })。 } return jButton。 } /** * This method initializes jButton1 * * @return */ private JButton getJButton1() { if (jButton1 == null) { jButton1 = new JButton()。 (new Rectangle(299, 368, 129, 27))。 (單擊查看所有用戶)。 (查看所有用戶)。 (new () { public void actionPerformed( e) { while(()0) (0)。 (false)。 Vector temp=()。 String [] str=new String[2]。 int k=0。 for(int i=0。i()/2。i++) { for(int j=0。j2。j++) { str[j]=(String)(k)。 k++。 } (str)。 } if(()==0) { (false)。 (null,沒有找到相關(guān)記錄!)。 } else { (true)。 } } })。 } return jButton1。 }} // @jve:declindex=0:visualconstraint=69,16*********************************import 。import 。import 。import 。import 。import 。import 。import 。import 。import .*。import 。import 。import 。public class SearchP extends JPanel { private static final long serialVersionUID = 1L。 private JLabel jLabel = null。 private JTextField 身份證號 = null。 private JButton jButton = null。 private JButton jButton1 = null。 private JPanel jPanel = null。 private JScrollPane jScrollPane = null。 private JTable jTable = null。 private DBOperation db =new DBOperation()。 // @jve:declindex=0: String [] columnName={姓名,身份證號,性別,出生日期,民族,戶口號,與戶主關(guān)系,出生地, 籍貫,學(xué)歷,婚否,職業(yè),政治面貌,遷移信息,工作地點(diǎn)}。 String [][] data=null。 final DefaultTableModel mod = new DefaultTableModel(data,columnName)。 private JLabel beijing = null。 /** * This is the default constructor */ public SearchP() { super()。 initialize()。 } /** * This method initializes this * * @return void */ private void initialize() { jLabel = new JLabel()。 (請輸入要查找的身份證號碼:)。 (new Rectangle(80, 25, 170,25))。 (null)。 (new Rectangle(0, 0, 890, 540))。 (new Color(204, 204, 255))。 (jLabel, null)。 (get身份證號(), null)。 (getJButton(), null)。 (getJButton1(), null)。 (getJPanel(), null)。 (getBeijing(), null)。
點(diǎn)擊復(fù)制文檔內(nèi)容
醫(yī)療健康相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1