搜索资源列表
simple_mail
- 我自己用java编写的简单邮件系统,包括服务端和客户端,完成邮件系统的简单功能,对于学习java网络和swing编程会有一些帮助的-my own use java prepared by the simple mail system, including the server and client, the completion of a simple mail system function, learning java programming networks and swing some
catchat
- CatChat is a peer-to-peer chat application. The main purpose of this project is to decentralize chat rooms and to create a standard for peer-to-peer protocols used in this kind of situation. CatChat will be written in Java with Swing. -CatChat is
XXRoom
- java聊天室服务器,使用TCP协议接受客户端连接,使用UDP向服务器发送消息 使用swing开发界面-java chat room servers, the use of TCP accept client, using UDP messaging server to use development interface swing
Chat_GUI
- 这是一个用java实现的聊天功能使用了SWT和SWING做界面,内涵源程序,希望与大家共分享-This is a realization of using java chat function and the use of the SWT interface SWING done, content source files, and we hope that the total share
yuanma
- 使用JAVA Swing和Socket,JDBC技术实现及时的网络聊天,有公聊和私聊等
DownloadManager
- 1.代码全由java书写 2.支持http1.1的可续传下载 3.GUI采用的是Java Swing 4.设计模式为Observer 5.采用了多线程机制
jftp-1[1].00pre1.tar
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp Java is used to prepare a graphical FTP client program. It supports all basic FTP operation, the performance of some impro
substance
- 改善java Swing外观,可以设计很漂亮的界面
局域网即时通讯
- 运用java中的SWT/SWING技术编写的局域网即时通讯工具
java+swing聊天室
- 用java+swing 做的一个小小的聊天室 可实现群聊 私聊 有个链表 是用ecplise做的
java-swing-apple-3
- java swing apple 网络浏览器-java swing apple
SendMail
- JAVA发送邮件 有验证功能 swing-JAVA authentication function to send mail have swing
web_browser
- this program is a simple web browser have the basic features implemented using java swing
java
- 基于文件系统与Swing的图书管理系统的设计与实现一、需求分析 功能:图书信息的输入、添加、修改、查询和排序 -Swing-based file system and the library management system Design and Implementation of a needs analysis functions: Book of information input, add, modify, query and sort
Qi_Ye_Nei_Bu_Tong_Xin_Xi_Tong
- 本系统是一套企业内部通信系统。界面和当今流行的QQ相仿。喜欢用JAVA搞通信开发的朋友尽快拿去。 本系统采用Swing+JavaDB结构实现。 内有详细说明书。-This system is a set of internal communications systems. Interface similar to today' s popular QQ. Like to engage in communication with the JAVA development 拿去 fr
net
- tcp和udp的连接,java socket/swing聊天系统-tcp and udp connections, java socket/swing chat system
JAVA-Port-scanning
- JAVA Swing 做的端口扫描程序,并对特殊端口做说明-JAVA Swing do port scanner, ports and special instructions to do
java-swing-apple-1
- java swing apple 仿QQ聊天软件-java swing apple QQ
MyIM2012(java)
- 大量使用了各种Java Swing 控件,用到了多播广播,消息队列,XML等方法,对正在接触这一块的初学者朋友或许有点借鉴作用 -Extensive use of a variety of Java Swing control, use a multicast broadcast, message queues, XML and other methods, this one being contacted friends perhaps a bit of reference for beg
chatClientandchatServer
- 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。 客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名