【正文】
tions software is an indispensable auxiliary tool, the system is the use of Java Swing technology and new JavaDB boast platform database development applications. It can not connect Inter, directly in the internal munications within the LAN, work exchange, submit plans and other services, such munication systems are widely used in small and medium enterprises in internal munications, can greatly improve the efficiency of workers, inhouse staff to facilitate munication , but also to create a quiet working environment. According to the characteristics of internal munication system, the system can be divided into information and munications, system upgrades, system settings, user search, and so a total of six sections. The system is a desktop application that can run on the local puter. Without the need for external application such as fabric is desiqnated as the server can run. So the database internal munication system should exist with the database and internal munication systems only in a puter, database and applications bundled together, which will not only save money, but also can improve system security, the system uses JavaDB database. The design of the plate into the database system design, the main form design, preparation of public classes in the system tray module design, system design tool module, the design of the user management module, munication module designed the eight parts. Report will be the main form design, system tray module design, system design tool module focus on the three parts, database creation and connectivity, as well as methods of the class will create a brief overview, there is the user management module Design and Communication Module will be generally summarized! 【 Key words】 Internal munication system JavaDB database Java Swing technology III 目 錄 前 言 ........................................................................ 1 第一章 企業(yè)內部通訊系統(tǒng)概述 ................................................... 3 第一節(jié) 企業(yè)內部通訊系統(tǒng)的簡介 .............................................. 3 第二節(jié) 通訊系統(tǒng)的起源 ...................................................... 3 第三節(jié) 系統(tǒng)研發(fā)的目的與意義 ................................................ 4 第四節(jié) 企業(yè)內部通訊系統(tǒng)功能概述 ............................................ 6 一、企業(yè)內部通訊系統(tǒng)的基本特點 ......................................... 6 二、企業(yè)內部通訊系統(tǒng)的功能構造 ......................................... 7 第五節(jié) 本章小結 ............................................................ 8 第二章 企業(yè)內部通訊系統(tǒng)的設計概況 ............................................. 9 第一節(jié) 企業(yè)內部通訊系統(tǒng)設計模塊的組成 ...................................... 9 第二節(jié) 系統(tǒng)的可行性分析 .................................................... 9 一、技術可行性 ........................................................ 10 二、程序語言的選擇 .................................................... 13 三、開發(fā)環(huán)境的介紹 .................................................... 15 第三節(jié) 功能 需求分析 ....................................................... 15 第四節(jié) 企業(yè)內部通訊系統(tǒng)的設計原則 ......................................... 16 一、實用行原則 : ....................................................... 16 二、可行性原則 : ....................................................... 16 三、擴充性原則 : ....................................................... 16 第五節(jié) 企業(yè)內部通訊系統(tǒng)未來設計目標與期望 ................................. 17 第六節(jié) 本章小結 ........................................................... 18 第三章 主窗體設計 ............................................................ 19 第一節(jié) 主窗體概述 ......................................................... 19 第二節(jié) 如何創(chuàng)建主窗體 ..................................................... 20 一、創(chuàng)建 EQ 類 ......................................................... 20 二、在構造方法中的相關操作 ............................................ 21 三、初始化 Socket 服務器 ............................................... 23 四、編 寫檢測公告信息的方法 ............................................ 23 五、編寫初始化用戶信息按鈕的方法 ...................................... 24 六、編寫應用程序的入口方法 ............................................ 25 IV 第三節(jié) 記錄窗體位置 ....................................................... 26 一、怎樣為窗體添加事件監(jiān)聽器 .......................................... 26 二、編寫 savaLocation 方法 ............................................. 26 第四節(jié) 本章小結 ........................................................... 27 第四章 系統(tǒng)托板模塊設計 ...................................................... 28 第一節(jié) 系統(tǒng)托盤模塊的簡述 ................................................. 28 第二節(jié) 系統(tǒng)托盤模塊的具體現實過程 ......................................... 28 一、編寫 SystemTrayInitial 方法 ........................................ 28 二、編寫 createMenu 方法 ............................................... 29 三、創(chuàng)建 SystrayActionListener 類 ...................................... 30 第三節(jié) 本章小結 ........................................................... 31 第五章 系統(tǒng)工具模塊的設計 .................................................... 32 第一節(jié) 系統(tǒng)工具模塊的簡述 ................................................. 32 第二節(jié) 系統(tǒng)工具模塊的實現過程 ............................................. 32 一、編寫 createSysToolPanel 方法 ....................................... 32 二、在 createSysToolPanel 方法中創(chuàng)建界面選擇面板 ....................... 33 三、創(chuàng)建用戶搜索面板部分 .............................................. 34 四、創(chuàng)建系統(tǒng)操作部分 .................................................. 35 五、創(chuàng)建搜索新用戶按鈕的事件監(jiān)聽器 .................................... 36 六、創(chuàng)建系統(tǒng)更新按鈕的事件監(jiān)聽器 ...................................... 37 七、編寫更新程序的 updateProject 方法 .................................. 38 第三節(jié) 本章小結 ........................................................... 39 第六章 分工情況敘述 .......................................................... 41 結 論 ....................................................................... 42 致 謝 ....................................................................... 44 參考文獻 ..................................................................... 45 1 前