-
This document describes some frequently asked queries about the usage and other...
This document describes some frequently asked queries about the usage and other details of it on a day to day basis from a users perspective.
- 2022-07-09 20:37:43下载
- 积分:1
-
Fila Linar
冰雹
- 2023-07-24 05:55:02下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
本程序主要用来计算根据灰色理论建立的模型的预测值
本程序主要用来计算根据灰色理论建立的模型的预测值-This procedure is mainly used to calculate the basis of gray theory model of the predictive value
- 2022-02-14 15:09:23下载
- 积分:1
-
自己作为一个朋友的蓝色房产,这样做金融应用软件,使用…
本人为朋友在蓝光地产做财务做的应用软件,实现用户同银行财务数据比对使用-himself as a friend of the blue estate so do financial application software, users of financial information with the banks over the use of
- 2023-05-22 17:50:03下载
- 积分:1
-
VS2008编写的日志提示程序源码
一个VS2008编写的日志提示程序源码,运行后就会出现首页,按alt+f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。
文件中有源文件和安装文件,安装前请先安装.netFramework运行环境。
- 2022-01-25 22:43:42下载
- 积分:1
-
仓库管理系统
应用背景相信对于仓库管理的程序大家都不陌生,应用场合也是比较明确的,通过这一程序的编译和使用,可以让学习者更加清晰的掌握C++的数据结构处理,对于这方面感兴趣的朋友可以关注下。关键技术这一管理系统使用的程序处理技术比较标准,对于仓库类的数据分类和记录处理比较模板化,适合于感兴趣的人群,可以以此为基础继续完善深度定制开发,需要个人能够对数据处理较为熟练
- 2022-06-27 10:03:56下载
- 积分:1
-
RSFlow 工作流站点,对于学习工作流定义有所帮助
RSFlow 工作流站点,对于学习工作流定义有所帮助-Workflow RSFlow site for learning the definition of workflow help
- 2023-02-19 17:00:03下载
- 积分:1
-
盘尼西林发酵模拟软件,间歇批次生产过程的仿真软件,用于批次过程故障诊断的原始数据采集,很不错,自己仿的比它差远了!...
盘尼西林发酵模拟软件,间歇批次生产过程的仿真软件,用于批次过程故障诊断的原始数据采集,很不错,自己仿的比它差远了!-Penicillin fermentation simulation software, intermittent batch production process simulation software for fault diagnosis of batch process the raw data collection, a very good imitation of their own far worse than it!
- 2023-03-18 15:30:04下载
- 积分:1
-
庞加莱自治系统
自治系统的Poincare截面的matlab程序实现-Autonomous System Poincare cross-section of the matlab program
- 2022-01-24 16:43:30下载
- 积分:1