-
边界窗体布局,很不错的
边界窗体布局,很不错的-border forms layout, very good
- 2023-04-29 21:10:02下载
- 积分:1
-
一个Java典型实例
一个Java典型实例-a typical example of Java
- 2022-02-06 10:48:08下载
- 积分:1
-
chatroom system 采用push技术编写
chatroom system 采用push技术编写-chatroom system using push technology to prepare
- 2022-07-11 17:10:28下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
一个实现了,画圆,直线,橡皮擦,随意画等功能的java画图程序
一个实现了,画圆,直线,橡皮擦,随意画等功能的java画图程序-one achieved, and the Circle Line and eraser, arbitrary function of painting java drawing program
- 2023-01-14 19:15:03下载
- 积分:1
-
java编写的小程序,可以供模仿学习之用!
java编写的小程序,可以供模仿学习之用!-prepared java applet, you can use for learning to imitate!
- 2023-01-15 00:55:03下载
- 积分:1
-
在ArcGIS中应用EJB的实例,用无状态BEAN连接地图服务器
在ArcGIS中应用EJB的实例,用无状态BEAN连接地图服务器
- 2023-01-08 23:25:03下载
- 积分:1
-
java programming ideas, a very good source examples, please look carefully.
java 编程思想,很不错的源程序例子,请大家仔细看看.-java programming ideas, a very good source examples, please look carefully.
- 2022-07-12 14:31:49下载
- 积分:1
-
用JAVA人眼图形
用JAVA人眼图形-eyes with Java graphics
- 2023-03-31 11:05:04下载
- 积分:1
-
这里一个用java写成的时钟的程序,从系统标准时间中读取目前准确时间,并用用户界面显示,有时针,分针,秒针的走动显示....
这里一个用java写成的时钟的程序,从系统标准时间中读取目前准确时间,并用用户界面显示,有时针,分针,秒针的走动显示.-Here a clock written using java procedure, from the system time accurately read the current time, and the user interface shows that the clock, minute hand, second hand show the movement.
- 2022-01-31 18:12:46下载
- 积分:1