CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java client server gui

搜索资源列表

  1. java_chat

    0下载:
  2. Java编写的GUI聊天工具,基于Netbeans 6.0.1编写。里面包含有两个项目,一个server端,一个client端。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:118176
    • 提供者:huwangcheng
  1. Chat_server_client

    0下载:
  2. Java GUI实现的聊天软件,分客房和服务器端-A chat soft base on Java GUI,it can divide into server and client two parts.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:54881
    • 提供者:yys
  1. guichat

    0下载:
  2. 作为练习编写的GUI聊天小软件。只支持一个服务器对一个客户机。其中用到thinking in java作者的一个Swing工具-Prepared to practice as a small software GUI chat. Only supports one server to a client. Used a Swing tool from Thinking in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:39086
    • 提供者:hong
  1. bomberman

    0下载:
  2. A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:114848
    • 提供者:irwansyah
  1. exam_system

    0下载:
  2. java语言制作的简易考试系统 实现GUI界面,文件的读取,登入界面与答题界面的转换,客户端向服务器端发送帐号和密码的请求,服务器端客户端发送题目和选项。-java language examination system simple GUI interface, documents read, login interface converters interface with the answer, the client to the server-side account and passw
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:84660
    • 提供者:土豆
  1. Java_Client_Server

    0下载:
  2. Simple and small Java client server applciation that uses a console server an multiple GUI(Swing) clients to connect and exchange messages. This example uses Stream decoration to transfer text messages: DataInputStream, BufferedInputStream, InputStre
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:50079
    • 提供者:mihi64
  1. MaskBarcode

    0下载:
  2. Java Mask Barcode是一款纯java条形码图像生成器(条码打印工具),它是Mask工具包中的一员. 我们采用java技术,提供Servlet,Applet和Swing等多种方式,使您既可以在服务器端Servlet程序中动态的生成JPEG格式的条形码图片文件,也可以在HTML页面中以Applet的方式嵌入条码图形,或者是在Swing等图形界面程序中嵌入条码图形,从而可以方便的调用IE自带的打印功能随心所欲的打印条码.-Java Mask Barcode is a pure jav
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:111623
    • 提供者:凌风
  1. FTP_client218245672010

    0下载:
  2. this the complete java base FTP client(GUI). you can connect any FTP server .-this is the complete java base FTP client(GUI). you can connect any FTP server .
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:48198
    • 提供者:joel
  1. socket

    0下载:
  2. 用java编写的socket程序 仅供初学者参考,本程序可以实现服务器和客户端的通讯,以后我会陆续放出带有gui的更完美的版本-Prepared using java socket program only advanced users, this program can be server and client communications in the future I will continue to release more perfect with the gui version
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1026
    • 提供者:malong
  1. chat

    0下载:
  2. 自己JAVA课上写的一个GUI通信小程序(含客户端和服务器端)-His class to write a JAVA GUI applet communication (including client and server side)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5311
    • 提供者:李兵
  1. GUI

    0下载:
  2. GUI 介绍如何从客户端将数据传送到服务端,Java实训课常常会用到,很实用的一个代码-GUI shows you how to transfer data from the client to the server, Java training courses often use, very practical code
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4721
    • 提供者:许小桁
  1. TCPChat

    0下载:
  2. 基于TCP协议的socket通讯的java聊天程序,含有GUI,选择server端或者client端之后,可以建立socket通讯。-Java chat program based on the TCP protocol socket communication with GUI, select the server side or client side, you can create a socket communication.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:17271
    • 提供者:Victoria Hu
  1. JAVAcode

    0下载:
  2. 采用Java AWT设计的基于GUI的客户-服务器的通信应用程序,并实现多线程控制-Using Java AWT design based on GUI client/server communication applications, and realize the multithreading control
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:7020699
    • 提供者:董磊
  1. chatroom

    0下载:
  2. 用java编写的聊天室,里面包括客户端和服务端,功能齐全,并有简单的GUI设计-Prepared using java chat room, which includes client and server, fully functional, and a simple GUI design
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:49376
    • 提供者:humengting
  1. network

    0下载:
  2. 一个java漂流瓶程序,主要是熟悉熟悉socket编程,server是控制台程序,main在MyServer.java client是GUI程序,main在MyClient.java MyJFrame.java是client的界面 MyMessage.java是数据报格式-Drift bottles a java program, mainly familiar with the familiar socket programming, server is a console pro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:47202
    • 提供者:xingtyunyui
  1. ghsc257085221053391

    0下载:
  2. SecureChat: Java client and server programs, with simple GUI, for handling secure chat sessions.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:277336
    • 提供者:semang
  1. ChatRoom-master

    0下载:
  2. 1.登录(切换登录帐号) user dabu2.查看所有在线用户 list3.发送消息给所有用户 send 哈哈哈4.发送私信给指定用户 priv dabu:玩游戏去5.退出 exit6.帮助 helpGUIChatRoom中存放的是圣思源的gui的聊天室,功能简单,连线程数控制都没有(A Java ## online chat room demo+ to write their own client You can use the telnet connection ser
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:411648
    • 提供者:十元
  1. Java Banking

    0下载:
  2. bangking分为服务端与客户端,客户端在进行登录后从服务端获取数据,可进行取款,查询,存款操作;服务端可进行添加,删除,修改用户。(Bangking is divided into server and client, the client after the login, from the server to obtain data, withdrawals, inquiries, deposit operations; server can add, delete, modify use
  3. 所属分类:Java编程

搜珍网 www.dssz.com