Description: A Subversion-like Program written in Java.
This subversion program contains
1) a notepad-like text editor
2) a file uploading && downloading system (can only transmit string data)
3) a chatroom that allows private || public chat
In the package there are
1) the server of the subversion program, which does NOT contain an UI
2) the client of the subversion, fully GUIed
3) source codes of both server && client
have fun plz~!!
- [3310_model] - Proteus VSM Nokia 3310 LCD model with te
- [UMTS_Assignment] - Assignment of “Network Design and Traffi
- [music] - Compilation of writing that can play out
File list (Check if you may need any files):
CodeWikiProgram
...............\CodeWiki.jar
...............\data
...............\....\DO NEVER CHANGE ANYTHING IN THIS FOLDER!!!
...............\....\instanceProtection
...............\....\localPath
...............\....\serverPath
...............\images
...............\......\connectToServer.png
...............\......\download.png
...............\......\mainIcon.png
...............\......\newFile.png
...............\......\openFile.png
...............\......\resolve.png
...............\......\save.png
...............\......\saveAs.png
...............\......\update.png
...............\Readme.txt
...............\src
...............\...\clientInterface
...............\...\...............\basic_functions.java
...............\...\...............\ButtonTabComponent.java
...............\...\...............\chat_room_thread.java
...............\...\...............\chat_room_ui.java
...............\...\...............\client_file_thread.java
...............\...\...............\client_main.java
...............\...\...............\client_thread.java
...............\...\...............\client_ui.java
...............\...\...............\definitions.java
...............\...\...............\instance_protection.java
...............\...\...............\MyEditorPane.java
...............\...\...............\p2p_chat_window.java
...............\...\...............\serverTreePopupMenu.java
...............\workspace
...............\.........\A.java
...............\.........\HelloWorld.java
...............\.........\localtype.h
...............\.........\log.cc
...............\.........\log.h
...............\.........\npn_gate.cpp
...............\.........\npp_gate.cpp
...............\.........\np_entry.cpp
...............\.........\plugin.cpp
...............\.........\resource.h
...............\.........\test.aaaaaa
CodeWikiServer
..............\CodeWikiServer.jar
..............\Readme.txt
..............\src
..............\...\my_definitions.java
..............\...\server_chatroom_thread.java
..............\...\server_file_thread.java
..............\...\server_main.java
..............\...\server_thread.java
..............\workspace