-
cxsj
SSH框架使用新闻发布功能,很简单的公司网站(SSH framework uses news release function, very simple company website)
- 2020-06-18 14:40:02下载
- 积分:1
-
客房管理系统
客房管理系统,需要JAVA和SQL2000
- 2022-05-16 13:49:25下载
- 积分: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
-
pngencoder
PngEncoder - convert a Java Image to PNG PngEncoderB - convert a Java BufferedImage to PNG-PngEncoder- convert a Java Image to PNG PngEncoderB- convert a Java BufferedImage to PNG
- 2022-08-02 16:10:24下载
- 积分:1
-
springmvc.activiti5.15.1
文件流系统demo,供大家下载研究 适合初学者使用,高手勿鹏(File stream system demo, for everyone to download research for beginners, master Wu Peng)
- 2018-10-08 13:55:56下载
- 积分:1
-
多客户端聊天服务器
开发应用程序时的 Jchat 使用 awt (抽象窗口工具包)。
java.awt包是用于创建用户界面和画图形和图像很有用。用户界面对象,如按钮或滚动条在 AWT 术语中,称为组件。组件类是所有 AWT 组件的根。某些组件触发事件 ; 当用户与组件进行交互。容器是一个可以获取组件和其他容器的组件。容器还可以控制视觉放置在容器中的组件的布局管理器。
The java.awt包实现不同接口一样 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-25 09:23:29下载
- 积分:1
-
Struts2 与数据库连接的登录
利用 struts2 框架登录名与数据库进行。也其使用一个模型编程像街道 (数据库访问对象),dto(data transfer object)。
- 2023-04-17 04:25:03下载
- 积分:1
-
设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。
现在有一个文本文...
设计一个学生类,学生类中应包括学号,姓名,语文成绩,数学成绩,英语成绩,同时还要提供两个方法,一个方法计算总成绩,一个方法计算平均成绩。
现在有一个文本文件,该文件有若干行,每一行存放着某个学生的数据,包括:学号,姓名,语文成绩,数学成绩,英语成绩。数据与数据之间用空格隔开,例如:
001 张三 85 90 98
设计一个java应用程序,从文本文件中读取数据,构造这些学生对象,然后按找总成绩从高到低的顺序输出到另外一个文本文件中,每个学生的数据占一行,数据与数据之间用空格隔开,输出顺序为:
学号,姓名,语文成绩,数学成绩,英语成绩,总成绩,平均成绩
例如
001 张三 85 90 98 273 91-Design a student class, student class should include Student ID, name, language achievement, mathematics achievement, English achievement, while also providing two methods, a method of calculating the total score, a method of calculating grade point average.
There is now a text file, the file number of lines, each line of data storage with a student, including: Student ID, name, language achievement, mathematics achievement, English achievement. Between the data and the data separated by spaces, for example:
001 Zhang San 859,098
Design a java application that read data from a text file to construct these students object, and then find the total score accordin
- 2022-01-28 15:26:05下载
- 积分:1
-
Exe8_2
模拟如下图所示的动态时钟界面(指针朝向不限)。程序文件命名为Exe8_2.java。(A CLOCK)
- 2012-05-18 11:08:09下载
- 积分:1
-
FilePermission
File Permission extends Permission implements Serializable Source Code for Andriod.
- 2014-01-01 21:18:02下载
- 积分:1