CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - GUI
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - GUI - List
[
J2ME
]
java聊天室有头像源代码
DL : 2
该项目由Eclipse所写 包说明: gui:图形包,客户端界面 Images:表情包 net:网路包,提供网络连接和服务交互数据的方法 net.Message:消息包,表示在网络相互传输数据时候封装的消息 Snake:待扩展的游戏包 test:备用测试包 files:配置文件 该项目是简单聊天室的实现 编写工具:Eclipse3.2(图形界面:NetBeans 6.5) 主要功能: 用户登陆(用户名不能重复,密码随便) 载入用户列表(可动态载入,删除) 发送群聊信息,发送私聊信息(可发送给指定多个客户端,由列表选择) 发送动态表情 收发文件,文件夹 在线小游戏(待实现) 该项目起初目的在于为一般的网络程序提供以一个可以方便传播数据的框架,如:聊天 文件收发,游戏等。。。 项目中提供了两种数据传输方式 1:普通消息,该数据作为序列化后的对象消息,先发送到服务器, 然后由服务器转发给目标客户端 2:直接客户端连接,该方式先由客户端向服务器申请连接到目标客户端, 然后提供以中从客户端到客户端的传输方式(比如 文件的传输) 程序配置说明: 在程序目录\files下serverconfig.cfg文件是服务器端口号和ip号
Date
: 2010-12-18
Size
: 1.25mb
User
:
goodgame
[
J2ME
]
xml分析器1
DL : 0
这是一个用DOM实现的XML分析器,图形化界面。能够实现对XML文档的树形输出,并且能够对XML文档进行插入以及修改。-This is a XML Parser based on DOM in GUI. It can realize the Tree-output for a specficied XML file, and insert or modift the XML node in this file.
Date
: 2025-12-22
Size
: 19kb
User
:
余标
[
J2ME
]
9313644-3
DL : 0
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a tic-tac-toe board for two players to play a typical tic-tac-toe game on a Java mobile phone.-Writing an interactive program with a Java graphical user interface (GUI) running on the J ava phone emulator bundled with J2ME T Wireless OOLKIT 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Java program will provide a membrane-ta c-toe board for two players to play a typical membrane- tac-toe game on a Java mobile phone.
Date
: 2025-12-22
Size
: 41kb
User
:
林东毅
[
J2ME
]
Term_Project(9313644_9413551_9113818)
DL : 0
Writing an interactive Java program with a graphical user interface (GUI) running on the Java phone emulator bundled with J2ME Wireless Toolkit 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Jave program will provide a Gobang board for two players to play a typical Gobang game on a Java mobile phone.-Writing an interactive program with a Java graphical user interface (GUI) running on the J ava phone emulator bundled with J2ME T Wireless OOLKIT 2.2 or Sun Java Wireless Toolkit 2.3 Beta Release. The Java program will provide a Gobang board for two players to play a typical Gobang ga me on a Java mobile phone.
Date
: 2025-12-22
Size
: 159kb
User
:
林东毅
[
J2ME
]
lwvcl-3.5.0
DL : 0
Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME(coming soon). LwVCL can be used on Zaurus, iPAQ and other devices. -Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME (coming soon). LwVCL can be used on Zaurus, iPAQ and other devices .
Date
: 2025-12-22
Size
: 2.78mb
User
:
Thomas Yip
[
J2ME
]
J2ME
DL : 0
第一章:J2ME概述 第二章:开发J2ME程序 第三章:J2ME配置 第四章:J2ME简表 第五章:设置开发环境 第六章:CLDC API 第七章:使用Kjava GUI组件的开发 第八章:使用Kjava事件处理的开发 第九章:MIDP API 第十章:CDC API 第十一章:总结 -Chapter I: J2ME outlined in Chapter II: Chapter III of the development of J2ME procedures: J2ME configuration Chapter IV: J2ME summary table Chapter V: Set the development environment Chapter VI: CLDC API Chapter VII: Use Kjava GUI development component eighth Chapter: Using the development of event processing Kjava Chapter IX: MIDP API Chapter X: CDC API Chapter XI: Summary
Date
: 2025-12-22
Size
: 604kb
User
:
孙晓小
[
J2ME
]
Fire2Samples
DL : 0
J2ME下相当不错的浏览器 Fire是一个轻量级,可更换皮肤/外观用于j2me MIDP2应用程序的GUI引擎。此外它提供XHTML显示支持-J2ME quite a good browser, Fire is a lightweight, replaceable skin/look for j2me MIDP2 applications GUI engine. In addition, it provides display support XHTML
Date
: 2025-12-22
Size
: 155kb
User
:
ysf1
[
J2ME
]
StudentManageSystemJavaGUI
DL : 0
使用Java做的简单的GUI界面学生成绩管理系统,实现成绩的查询,增加,删除,更新,排序等操作,数据库可以使用access或者MySQL-The use of Java to do a simple GUI interface for student achievement management system to achieve results query, add, delete, update, sorting and other operations, database access, or you can use the MySQL
Date
: 2025-12-22
Size
: 218kb
User
:
billchuang
[
J2ME
]
gui
DL : 0
Simple graphic UI library j2me
Date
: 2025-12-22
Size
: 26kb
User
:
belka
[
J2ME
]
collision
DL : 0
根据向量运算,实现了球体与线段,球体间的碰撞检测,可根据需要加入引力参数。同时在j2me平台测试了球体碰撞,当然GUI可根据需要定制。-According to vector operations, to achieve a sphere with the line, the ball collision detection between, according to the need to add gravity parameters. Also tested in the j2me platform collision sphere, of course, can be customized GUI.
Date
: 2025-12-22
Size
: 23kb
User
:
金国哲
[
J2ME
]
kuix-1.1.0
DL : 0
开源的J2ME GUI框架,非常实用,包含任务系统,组件系统,错误捕捉系统等。
Date
: 2025-12-22
Size
: 195kb
User
:
daichenjie
[
J2ME
]
5splash
DL : 0
gui based source code for j2me development
Date
: 2025-12-22
Size
: 420kb
User
:
pramod
[
J2ME
]
talk
DL : 0
JAVA实现类似QQ聊天功能,附上GUI界面设计的相关代码-JAVA program with QQ talk which has a certain GUI JAVA outlokk design
Date
: 2025-12-22
Size
: 4kb
User
:
胡文钜
[
J2ME
]
GUI
DL : 0
GUI高级编程综合练习 针对某一应用程序系统(如通信录管理,个人支出管理等)设计GUI并实现。 要求:使用J2ME高级GUI组件实现。 备注:只要实现GUI,对于系统里面的功能不需要实现。-GUI advanced comprehensive practice programming
Date
: 2025-12-22
Size
: 178kb
User
:
陈文
[
J2ME
]
PrintCalendar
DL : 0
日历打印,能够显示日历,不过不是gui形式-Calendar printing, be able to display the calendar, but not gui form of
Date
: 2025-12-22
Size
: 1kb
User
:
sdada
[
J2ME
]
Calculator
DL : 0
该代码能完成计算器功能,但不是GUI形式的-Calendar to print the code to complete the calculator function, but not the GUI in the form
Date
: 2025-12-22
Size
: 1kb
User
:
sdada
[
J2ME
]
GUI
DL : 0
Orthogonal Frequency Division Multiplexing (OFDM) systems are more sensitive to timing and frequency offsets than single carrier systems. This Paper presents a method of joint time and frequency synchronization for OFDM systems. The synchronization technique is examined in both AWGN and multipath fading environments. Compared with conventional schemes, the proposed schemes can achieve smaller mean and mean square error (MSE) obtained by simulations.
Date
: 2025-12-22
Size
: 8kb
User
:
monia
[
J2ME
]
GuiFirst
DL : 0
实现一GUI界面,要求如下: 1 使用List组件的多选功能,实现选课界面。选项包括:OS,DS DB,Java,C++ 2 用户选择后,按“OK”命令后,使用Alert把选择结果显示出来。-GUI interface
Date
: 2025-12-22
Size
: 10kb
User
:
杨杨杨
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.