MyAddressBook

所属分类:Windows编程
开发工具:Java
文件大小:7011KB
下载次数:5
上传日期:2015-06-06 00:13:08
上 传 者hallile
说明:  通讯录管理系统 本系统属于通讯录管理系统。该系统要求完成一个单机版的应用程序,主要功能是通讯录内容。要求使用GUI,采用Swing技术,数据存储采用文件系统(可以是文本文件、xml文件、vCard文件或其他自定义格式文件,但不能是Excel文件)。不使用数据库
(Address book management system of the present system is a contact management system. The system is required to complete a single version of an application, the main function is to address book content. It requires the use of GUI, using Swing technology, data storage using file system (can be a text file, xml file, vCard file or other custom format file, but can not be Excel file). Do not use the )

文件列表:
MyAddressBook (0, 2015-06-06)
MyAddressBook\1.txt (841, 2014-05-15)
MyAddressBook\abc.txt (3876, 2014-05-15)
MyAddressBook\build (0, 2015-06-06)
MyAddressBook\build\built-jar.properties (103, 2014-05-05)
MyAddressBook\build\classes (0, 2015-06-06)
MyAddressBook\build\classes\.netbeans_automatic_build (0, 2014-05-05)
MyAddressBook\build\classes\.netbeans_update_resources (0, 2014-05-05)
MyAddressBook\build\classes\cn (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau\cs (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\AddressBook.class (595, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\GlobalVar.class (754, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\bean (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\bean\GroupInfo.class (1580, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\bean\PeopleInfo.class (7142, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\bean\UserInfo.class (3762, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui (0, 2015-06-06)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog$AddGroupListener.class (1437, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog$ConfirmListener.class (4907, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog$IsSameCellPhoneListener.class (1171, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog$IsSameNameListener.class (1151, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog$UploadPictureListener.class (2378, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\AddPeopleInfoDialog.class (15789, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\BirthdayComboBox.class (2090, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\EmailListFrame$1.class (1285, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\EmailListFrame$2.class (1198, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\EmailListFrame.class (1327, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportDialog$CSVListener.class (1096, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportDialog$VCFListener.class (4020, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportDialog.class (2806, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportOptionDialog$CancelListener.class (931, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportOptionDialog$NextListener.class (4267, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportOptionDialog$SelectionListener.class (1279, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileExportOptionDialog.class (6377, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileImportDialog$CSVListener.class (3053, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileImportDialog$VCFListener.class (11067, 2014-05-12)
MyAddressBook\build\classes\cn\edu\scau\cs\addressbook\ui\FileImportDialog.class (4759, 2014-05-12)
... ...

======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project from the command line, go to the dist folder and type the following: java -jar "MyAddressBook.jar" To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, these files (folders) are not copied. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of the Class-Path element has to be on the projects runtime path. * To set a main class in a standard Java project, right-click the project node in the Projects window and choose Properties. Then click Run and enter the class name in the Main Class field. Alternatively, you can manually type the class name in the manifest Main-Class element.

近期下载者

相关文件


收藏者