-
FIR-coding
this is a java based FIR application where police register FIR .
- 2012-09-23 13:25:50下载
- 积分:1
-
JVideoSystem
说明: 用写的Java媒体播放器.
(Java Media Player.)
- 2009-07-21 18:19:51下载
- 积分:1
-
aaaaMusicPlayer
音乐播放器完全可以运行,速度很快,效果很好(The music player can run very fast, with good results)
- 2012-05-31 11:00:26下载
- 积分:1
-
java_remote_desktop_connection
java远程桌面连接 java远程桌面连接 java远程桌面连接(java remote desktop connection)
- 2021-04-15 19:28:54下载
- 积分:1
-
Bible.5th.Edition.eBook
java升级第五版,学习java的工具,值得一看(Java bible fifth edition, learn Java tool, is worth a look.)
- 2012-04-06 11:17:45下载
- 积分:1
-
ftp
说明: ftp线程实现包括在java语言中实现,实现很简洁,效率高。(FTP thread implementation is implemented in Java language, which is very concise and efficient.)
- 2020-06-16 14:34:28下载
- 积分:1
-
Java_information_cue
Java实现一个信息提示窗口,实现方法:大多数的信息窗口是没有标题栏的,因此信息窗口不能由继承JFrame 类来实现,一种简单的做法是通过继承JWindow 来实现(当然继承Window 类也可以,但一个原则是尽量使用swing 中的界面类)。
在加载图信息窗口上的图片时,用到java.awt 包中的MediaTracker 类。使用该类的好处是可以更好地管理程序中要使用的图片,同时还可以保证图片和界面同时显示,避免了窗口显示后很久才显示图片的缺点。
(
Java implementation of an information prompt window method: Most of the information is no title bar of the window, the information window can not be achieved by the inherited class JFrame, a simple approach is to be achieved through inheritance JWindow (of course, the Window class can inherit but a principle is to make use of the interface class swing).
When loaded on the chart image information window, use the java.awt package MediaTracker class. The advantage of using this class is that you can better manage the program you want to use the picture, but also can guarantee the picture display and interface simultaneously, avoiding the window a long time to display pictures shortcomings.
)
- 2014-04-30 18:53:35下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1
-
MenuItem
Interface definition for a callback to be invoked when a menu item is clicked.
- 2013-12-03 14:11:10下载
- 积分:1
-
1
说明: Java,第一章,小程序实例,仅供参考学习,(Java)
- 2010-12-21 17:16:31下载
- 积分:1