登录
首页 » 界面开发 » java写的广本编辑器

java写的广本编辑器

于 2022-08-23 发布 文件大小:1.65 MB
0 277
下载积分: 2 下载次数: 1

代码说明:

java写的广本编辑器-wrote the editor-

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScr...
    scrollJpane的运用实例!利用ScrollBar的功能使它可以利用滚动轴滚动窗口,乍看之下我们并不会直接使用到,JScrollBar的方法,因为JScrollPane都帮我们处理得好好的,但如果我们想对滚动轴做更细的设置,例如在拖曳时一次滚动多少区域等,就必须了JScrollBar所提供的功能了。JScrollBar在处理窗口的滚动并不像JScrollPane那么容易,看起来也比 JScrollPane简单得许多,因此通常在实现时我们会取一些JScrollBar所提供的功能.-scrollJpane examples of the use! ScrollBar use of the function so that it could use the rolling axis scroll window, and at first glance w ill not be directly used. JScrollBar method because JScrollPane have helped us to deal with good, but if we want to do more rolling axis small settings, such as when a tractor in the number of regional rolling, a must JScrollBar provided by the function. JScrollBar window in the rolling JScrollPane is not as easy than JScrollPane seem simple that many, it is often the realization, we will take some JScrollBar provided by the function.
    2023-03-28 05:35:03下载
    积分:1
  • 此IP电话是跨平台的,图形库用了wxWidgets,而工具用了DialogBlocks,而且可以移植到VC++中...
    此IP电话界面是跨平台的,图形库用了wxWidgets,而开发工具用了DialogBlocks,而且可以移植到VC++中-This IP telephone interface is cross-platform, graphics library used wxWidgets, and development tools used DialogBlocks, and can be transplanted to VC++ In
    2022-11-03 01:00:04下载
    积分:1
  • ASPX后台框架源码(三层结构)
    1、网站类别管理:大类添加;大类列表;小类添加;小类列表2、文章信息管理:文章添加;文章列表3、图片信息管理:图片添加;图片列表4、用户信息管理:用户添加;用户列表注意事项1、开发环境为Visual Studio 2010,数据库为Access,使用.net 2.0开发。2、管理员登陆名密码均为:16aspx 3、App_Data文件夹中是数据库文件
    2023-06-17 20:45:04下载
    积分:1
  • 基于labview的计算器
    资源描述界面清新,适用于简单计算,类似于中学使用的计算器,分享给大家,一起学习
    2023-07-07 15:25:03下载
    积分:1
  • 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,...
    主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-main functions : 1, xpGrid Data Control : According to the database data dictionary definition DataGrid automatically generated, would not have to write code data can be changed to delete the two, the competence of integrated control functions and powers according to the distribution field, the field of precision control read and write attributes 3, rich data editing : Form provided by the editors and by the way Grid two ways to edit data editing interface to the field to provide input : ordinary text box, check box, the password box, and more lines of text, drop-down list, to use other forms of input, such as Mode 4, data reconstruction : Dynamic the revised data dictionary, data dictionaries can
    2022-03-25 09:51:12下载
    积分:1
  • Use VC++ to do the bitmap game. To learn how to use VC++ and MFC.
    Use VC++ to do the bitmap game. To learn how to use VC++ and MFC.
    2022-03-04 17:06:44下载
    积分:1
  • 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
    高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
    2022-08-06 00:41:04下载
    积分:1
  • pulled in a run on the interface procedures used to achieve flights inquiries ma...
    一个运行在WINCE上的界面程序,用于实现飞机航班的查询管理。程序不大,适用于初学者。-pulled in a run on the interface procedures used to achieve flights inquiries management. Procedures not apply to beginners.
    2022-07-13 10:51:12下载
    积分:1
  • from one another photo out of a picture. This is a study of small graphical prog...
    从一幅图片淡出另一幅图片。 这是一个学习图形编程的小程序 方便易用-from one another photo out of a picture. This is a study of small graphical programming procedures to facilitate ease of use
    2022-03-03 10:11:03下载
    积分:1
  • VC编程100个经典例子,是不可多得的资料
    VC编程100个经典例子,是不可多得的资料-VC Programming 100 classic example is the invaluable information
    2023-01-30 05:10:03下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载