图形上下文导论(Introduction to SWT Graphics)
org.eclipse.swt.graphics包(package),包含了管理图形资源的类。只要实现了org.eclipse.swt.graphics.Drawable接口,就可在上面绘画,包括 org.eclipse.swt.widgets.Control 和 org.eclipse.swt.graphics.Image 。 org.eclipse.swt.graphics.GC封装了全部绘画API,包括如何绘制线条、图形、如何绘制文本、图像以及填充图形。 本篇将展示如何使用GC在图像上绘画, 控件的绘画事件(paintEvent)回调。画布(Canvas)控件,因为不同的绘画操作,拥有很多构造风格常量允许你指定何时以及如何产生绘画,本篇也将展示这些东西。
Eclipse i18n国际化插件
Eclipse i18n国际化插件........................................
SQLiteExpertSetup
SQLite Expert is a powerful visual tool that enables you to easily administer your SQLite3 databases and gain significantly better visibility into how your databases are operating. SQLite Expert integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.
Homepage: www.sqliteexpert.com
Features include:
1. Modify table structure visually without losing data already existing in the database. SQLite Expert will automatically create a new table with the new structure and copy the data from the old table. All the operations are wrapped in a transaction which is rolled back if any error occurs during the process.
2. Build SQL scripts visually using the integrated Query Builder.
3. Create SQLite3 databases, view and change database parameters, check database integrity and vacuum (compact) database.
4. The Data Transfer Wizard allows import/export from/to SQL script, another SQLite database or an ADO data source.
5. Display and edit data in the grid, including BLOB and image fields. Currently supports BMP, JPG and PNG image formats.
6. BLOB fields can be edited with the integrated hex editor.
7. Execute SQL queries. Supports multiple SQL statements in the same query.
8. In-grid editing of live queries.
9. Save/Load SQL scripts to/from file.
10. Transaction support. SQLite supports one level of transactions.
11. Data mapping. SQLite Expert supports custom data types, and 40 predefined data types.
12. Extend and enhance SQLite Expert using Lua or Pascal scripts.
System Requirements
Operating System: Windows 2000/XP/2003/Vista
SQLite - sqlite.dll version 3.x. (included)
swt api 3.7
swt api
org.eclipse.swt
org.eclipse.swt.accessibility
org.eclipse.swt.awt
org.eclipse.swt.browser
org.eclipse.swt.custom
org.eclipse.swt.dnd
org.eclipse.swt.events
org.eclipse.swt.graphics
org.eclipse.swt.internal
org.eclipse.swt.internal.gdip
org.eclipse.swt.internal.image
org.eclipse.swt.internal.mozilla
org.eclipse.swt.internal.mozilla.init
org.eclipse.swt.internal.ole.win32
org.eclipse.swt.internal.opengl.win32
org.eclipse.swt.internal.theme
org.eclipse.swt.internal.win32
org.eclipse.swt.layout
org.eclipse.swt.ole.win32
org.eclipse.swt.opengl
org.eclipse.swt.printing
org.eclipse.swt.program
org.eclipse.swt.widgets
C# Socket 发送接收文件,消息
C# Socket 发送接收文件,消息
互发消息,服务器下发文件
Java sql数据库api
Java sql数据库api....................................
C#操作Excel(导入图片,转出CSV文件)
详细描述了如何把图片导入Excel,如何把Excel转成CSV文件
javascript进销存模板
javascript进销存模板
首页为:mainframe.htm
浏览本工程,请直接双击此页面。
Hr人力资源管理系统
加入了dojo,struts,spring,hibernate的人力资源管理系统
swt layout
SWT中常用的布局管理器有如下一些。
●FillLayout:子组件将以相同的大小填充到父组件中。
● RowLayout:子组件将在父组件上一行或几行显示(设置相应的属性值,子组件会自动换行)。
●GridLayout:网格式布局,子组件可以指定占用父组件中几个格,以及组件填充哪几个网格。
● FormLayout:可以通过FormAttachment以父组件或子组件的边作为相对位置,进行精确布局。
C#操作Excel的Excel.dll文件
C#操作Excel的Excel.dll文件.............
PowerDesigner使用教程
PowerDesigner使用教程..............................
SWING+HACKS
Swing Hacks helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one skill you need to master. This latest title from O'Reilly is a reference to the cool stuff in Swing. It's about the interesting things you learn over the years--creative, original, even weird hacks--the things that make you say, "I didn't know you could even do that with Swing!"
Swing Hacks will show you how to extend Swing's rich component set in advanced and sometimes non-obvious ways. The book touches upon the entire Swing gamut-tables, trees, sliders, spinners, progress bars, internal frames, and text components. Detail is also provided on JTable/JTree, threaded component models, and translucent windows. You'll learn how to filter lists, power-up trees and tables, and add drag-and-drop support.
Swing Hacks will show you how to do fun things that will directly enhance your own applications. Some are visual enhancements to make your software look better. Some are functional improvements to make your software do something it couldn't do before. Some are even just plain silly, in print only to prove it could be done. The book will also give you give you a small glimpse of the applications coming in the future. New technology is streaming into the Java community at a blistering rate, and it gives application developers a whole new set of blocks to play with.
With its profusion of tips and tricks, Swing Hacks isn't just for the developer who wants to build a better user interface. It's also ideally suited for client-side Java developers who want to deliver polished applications, enthusiasts who want to push Java client application boundaries, and coders who want to bring powerful techniques to their own applications.
Whatever your programming needs, Swing Hacks is packed with programming lessons that increase your competency with interface-building tools.
struts2.0中文帮助手册
struts2.0中文帮助手册可以更好的学习struts2
JCreator.Pro.v4.50.010
JCreator.Pro.v4.50.010..............................................
SQLiteManager
和phpmyadmin一样的形式管理sqlite数据库
上传下载音乐管理系统
使用struts开放的上传下载音乐管理系统,可以更好的管理音乐文件
Java反编译器Decomp3.5.5.77
Java反编译器Decomp3.5.5.77,可以很好的反编译Jdk1.5,Jdk1.6的class文件