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

正文內(nèi)容

java課程設(shè)計(jì)-人事管理系統(tǒng)(doc畢設(shè)論文)-文庫(kù)吧

2025-06-08 15:54 本頁(yè)面


【正文】 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { ()。 (new TimecardPanel(), )。 (rightPanel)。 } })。 (timecardShortcutKeyButton)。 final JButton rewardsAndPunishmentShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 rewardsAndPunishmentShortcutKeyButton .addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { ()。 (new RewardsAndPunishmentPanel(), )。 (rightPanel)。 } })。 (rewardsAndPunishmentShortcutKeyButton)。 final JButton reportFormsShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { ()。 (new ReportFormsPanel(), )。 (rightPanel)。 } })。 (reportFormsShortcutKeyButton)。 final JButton basicDataShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { ()。 (new DataPanel(), )。 (rightPanel)。 } })。 (basicDataShortcutKeyButton)。 final JButton updatePasswordShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 if (record == null)// 當(dāng)record為null時(shí),說明是通過默認(rèn)用戶登錄的,此時(shí)不能修改密碼 (false)。// 在這種情況下設(shè)置按鈕不可用 (new ActionListener() { public void actionPerformed(ActionEvent e) { ()。 (rightPanel)。 UpdatePasswordDialog dialog = new UpdatePasswordDialog()。// 創(chuàng)建用來修改密碼的對(duì)話框 (record)。// 將當(dāng)前登錄管理員的檔案對(duì)象傳入對(duì)話框 (true)。// 設(shè)置對(duì)話框?yàn)榭梢姷模达@示對(duì)話框 } })。 (updatePasswordShortcutKeyButton)。 final JButton counterShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { Desktop desktop = ()。// 獲得當(dāng)前系統(tǒng)對(duì)象 File file = new File(C:/WINDOWS/system32/)。// 創(chuàng)建一個(gè)系統(tǒng)計(jì)算器對(duì)象 try { (file)。// 打開系統(tǒng)計(jì)算器 } catch (Exception e1) {// 當(dāng)打開失敗時(shí),彈出提示信息 (null, 很抱歉,未能打開系統(tǒng)自帶的計(jì)算器!, 友情提示, )。 return。 } } })。 (counterShortcutKeyButton)。 final JButton excelShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { Desktop desktop = ()。 File file = new File(res/other/)。 try { (file)。 } catch (Exception e1) { (null, 很抱歉,您的機(jī)器還沒有安裝Office!, 友情提示, )。 return。 } } })。 (excelShortcutKeyButton)。 final JButton exitShortcutKeyButton = new JButton()。 resource = ().getResource(/img/)。 icon = new ImageIcon(resource)。 (icon)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { (0)。 } })。 (exitShortcutKeyButton)。 final JPanel leftPanel = new JPanel()。 (new Color(90, 130, 189))。 (new BorderLayout())。 (new TitledBorder(null, , , , null, null))。 (new Dimension(160, 0))。 getContentPane().add(leftPanel, )。 DefaultMutableTreeNode root = new DefaultMutableTreeNode(root)。// 創(chuàng)建樹的根結(jié)點(diǎn) DefaultMutableTreeNode personnelNode = new DefaultMutableTreeNode( 人事管理)。// 創(chuàng)建樹的一級(jí)子結(jié)點(diǎn) (new DefaultMutableTreeNode(檔案管理))。// 創(chuàng)建樹的葉子結(jié)點(diǎn)并添加到一級(jí)子結(jié)點(diǎn) (new DefaultMutableTreeNode(考勤管理))。 (new DefaultMutableTreeNode(獎(jiǎng)懲管理))。 (new DefaultMutableTreeNode(培訓(xùn)管理))。 (personnelNode)。// 向根結(jié)點(diǎn)添加一級(jí)子結(jié)點(diǎn) DefaultMutableTreeNode treatmentNode = new DefaultMutableTreeNode( 待遇管理)。 (new DefaultMutableTreeNode(賬套管理))。 (new DefaultMutableTreeNode(人員設(shè)置))。 (new DefaultMutableTreeNode(統(tǒng)計(jì)報(bào)表))。 (treatmentNode)。 DefaultMutableTreeNode systemNode = new DefaultMutableTreeNode(系統(tǒng)維護(hù))。 (new DefaultMutableTreeNode(企業(yè)架構(gòu)))。 (new DefaultMutableTreeNode(基本資料))。 (new DefaultMutableTreeNode(初始化系統(tǒng)))。 (systemNode)。 DefaultMutableTreeNode userNode = new DefaultMutableTreeNode(用戶管理)。 if (record == null) {// 當(dāng)record為null時(shí),說明是通過默認(rèn)用戶登錄的,此時(shí)只能新增用戶,不能修改密碼 (new DefaultMutableTreeNode(新增用戶))
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1