-
Written using Java is a complete family financial management tool for very stron...
用Java 编写的家庭理财工具 十分完整 十分强大-Written using Java is a complete family financial management tool for very strong
- 2023-08-31 19:30:04下载
- 积分: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
-
use mapping arc method, output a statistical charts, "Yuan pie" and a...
使用绘制圆弧的方法,输出一个统计图表“圆饼图”和一个“折扇”。 原始数据在数组Data中,这5个数据在圆饼图中为角度不同的扇形,各自角度的计算值分别为38、91、54、125、53,放在数组drgree中。第一个数据的扇形起始角start=0,用绿色画。第二个的起始角start=38,用蓝色画。最后一个的起始角start=308,用橙色画。 折扇的画法是:在左上角坐标(130,40),长150,宽80的椭圆区域内,从22度开始逆时针地画一个15度的扇性,再画一段15度的椭圆弧;然后交替地画扇形和圆弧。-use mapping arc method, output a statistical charts, "Yuan pie" and a "folding fans." The raw data in the array Data, this data in the five round pie for the fan perspective, the perspective of their respective values were calculated 38,91,54,125,53, on the array were drgree. No. 1 fan initial data Kok start = 0, green painted. The second start of the initial angle = 38, painted blue. A final start of the initial angle = 308, with orange painting. Folding fans of paint is : in the upper left corner coordinates (130,40), 150 long, wide oval region of 80, from 22 degrees to start painting an anti-clockwise 15 degrees fan, painting section 15 of ellipse; Then turn to the fan-shaped and painted arc.
- 2023-01-04 04:00:02下载
- 积分:1
-
java推箱子游戏
资源描述80,90后经典的推箱子游戏,用java语言实现,项目复杂程度适中,可自己选择关数进行游戏,支持自选音乐,边玩边听音乐,好玩好看。代码适中,适合java初学者爱好者
- 2023-05-10 09:05:03下载
- 积分:1
-
miller
本文件用去具体阐述米勒码的编码方法与具体源代码(The file can tell the way of miller code encoding and the specific codes of miller code to technology people)
- 2014-02-17 17:35:05下载
- 积分:1
-
异步任务 -使用 AsyncTask
翻译 maninwest@Codeforge 作者:Eduardo Antonio Cecilio Fernandes@CodeProject如何在 Android Activities 中处理异步任务使用代码为了使用 AsyncTask API,必须遵循以下步骤:1.创建一个扩展 AsyncTask 的类。2.将可用的泛型类型在用于以下的类中填充为泛型:任务执行数组参数进度数组参数结果数组参数3 实现方法 doInBackground(Parameters... parameters),此方法必须执行被认为是要求高的工作。4 或者,可以实现用于以下目的的方法:取消任务 -onCancelled(...)在高要求的工作前执行工作-onPreExecute(...)报告进度 -onProgressUpdate(...)在高要求工作结束后执行活动-onPostExecute(...).了解到以上内容后,现在给出一个示例,代码会显示前面枚举的内容以下是Activity 的 XML 布局,有要执行的长任务。这个 activity 有一个 Start/Restart 和 Cancel 按钮,还有一个标签,说明任务的状态,一个进度条显示完成的百分比。
- 2023-05-11 22:15:03下载
- 积分:1
-
Java转换为html,html转换为java
Java转换为html,html转换为java-Program which can do transforms between Java and html
- 2022-01-25 17:00:18下载
- 积分:1
-
pintu
java小程序 拼图游戏制作 有源代码 没有报告(jigsaw puzzle java applets source code did not report production)
- 2011-05-06 22:50:11下载
- 积分:1
-
Phone
简单报告ldhsflshdflskhlsvhsnvsdkn(projectkjshdshdvlsdkvlsdjvklsdvjlsdv)
- 2018-06-20 18:24:24下载
- 积分:1
-
用java编写的 俄罗斯方块游戏 十分完整的东西
用java编写的 俄罗斯方块游戏 十分完整的东西 -Using java Tetris game written in a very complete thing
- 2022-03-11 05:42:57下载
- 积分:1