-
Shrek
从“怪物史莱克”中显示开场歌曲的基本JavaFX程序(Basic JavaFX program that displays the opening song from "Shrek")
- 2019-04-20 13:26:27下载
- 积分:1
-
计算器
这对于初学者非常简单的代码。它可用于清除的java概念。计算器是在当今竞争激烈的世界中很基本的要求。人们可以根据需要创建自己的计算器。这可以是非常有用的,当一个人有做特定任务的几次定制计算器需要很多银行的人也在业务。
- 2022-03-22 01:46:23下载
- 积分:1
-
java chat program realization, the realization of the client and server chat
java实现的聊天程序,实现了客户端与服务端的聊天-java chat program realization, the realization of the client and server chat
- 2022-05-13 19:39:40下载
- 积分:1
-
日记本记录系统
日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统日记本记录系统
- 2023-09-09 03:20:04下载
- 积分:1
-
Chart1
《Java语言程序设计》源代码的第一章源代码。("Java Programming Language" source code, in the first chapter, the source code.)
- 2006-12-24 15:00:12下载
- 积分:1
-
pangolin
全新的UI界面
* 全新的安全即时通讯技术支持与好友分享文字、图片、语音短信。在保证您方便快捷的通信的同时保障您的信息安全
* 全新的多人聊天功能,在聊天室中与您的好友分享图片和语音短信
* 支持voip语音实时电话
* 支持手写涂鸦消息
* 支持地理位置消息
* 电话记录拦截功能
* 短信拦截管理功能
* 独立安全的联系人管理功能
* 通过外部程序与您的密聊好友分享文件
* 支持在线加密备份
* 支持在线帮助
* 省流量(New UI interface
* new security instant messaging technical support with your friends to share text, pictures, voice messages. Convenient communication to protect the security of your information
* New multiplayer chat features, pictures and voice messages in a chat room to share with your friends
* supports voip voice real-time phone
* Support handwriting graffiti messages* support location message
* Phone records blocking features
* SMS block management capabilities
* independent safety contact management functions
* through an external program, talk with your close friends to share files
* Support for online encrypted backup
* Support for the flow of online help )
- 2012-07-24 10:33:22下载
- 积分:1
-
MySlideMenu
Android滑动菜单+-+实现手动、自动滚动视图(Android sliding menu+-+ realize manual and automatic scrolling view)
- 2013-06-05 11:29:17下载
- 积分:1
-
一个简单的红心大战游戏源码,编程环境是java。
一个简单的红心大战游戏源码,编程环境是java。-A simple war game hongxin source, programming environment is java.
- 2023-02-08 10:20:04下载
- 积分:1
-
iText可以制作中文PDF文件的JAVA源程序
iText可以制作中文PDF文件的JAVA源程序
-iText can create PDF document Chinese JAVA source code
- 2022-08-25 08:02:18下载
- 积分:1
-
javadirtree
java实现系统目录树控件 //导入以下类
import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager
//在面板初始化的地方
FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象
JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了;
ftm.setShowHidenFiles(true) //设置是否显示隐藏文件
ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部
(java realization of the system directory tree control// into the following categories of import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All)
- 2008-06-19 14:16:16下载
- 积分:1