Welcome![Sign In][Sign Up]
Location:
Search - swt project

Search list

[GUI DevelopSWTReport

Description: 纯SWT的报表库: SWT Report 这是我以前开发的库,目前只有报表打印功能,里面有演示类。 支持功能有: 1. 跨行和跨列功能 2. 页码和页数统计 3. 边距和间距调整 4. 各边框颜色设置 5. 前景和背景颜色 6. 自适应页面大小 ... ... 大家可以根据项目进行扩展,有好的实现不要忘记发上来!:)-Statements of pure SWT libraries: SWT Report This is my library of previously developed, at present only a statement of printing, there are demo category. Support functions are: 1. Interbank and cross-out function 2. Page 3 and page statistics. Margins and spacing adjustment 4. The border color settings 5. 6 prospects and the background color. Adaptive page size ... ... We can expand the project, do not forget the achievement of a good hair up! :)
Platform: | Size: 3155968 | Author: fan | Hits:

[JSP/JavaSWTSamples

Description: 自己建立的项目,整合了上百个SWT例程,eclipse工程可以直接打开运行,可做为RCP界面开发的参考源码-Establish their own projects, the integration of hundreds of SWT routines, eclipse project can directly open the running RCP can be used as a reference source interface development
Platform: | Size: 5904384 | Author: 吴文涛 | Hits:

[JSP/JavaiMylife

Description: 一个简单的手机开发应用程序。 思想是从xml文件读入设置,生成UI界面。 但是还不完全。刚刚能够显示而已。 大家做个参考,学习一下swt的开发吧。 如果有感兴趣的,也可以一起来开发。 (整个文件时eclipse项目,需要eclipseme插件)-Development of a simple mobile phone applications. Thought is read from the xml file settings, generate UI interface. But not completely. Just to show it. U.S. to be a reference to learn about the development of swt吧. If you have interest, you can develop one together. (The whole eclipse project documents, the need for plug-ins eclipseme)
Platform: | Size: 615424 | Author: maocy | Hits:

[JSP/Javaproject2

Description: Java项目开发与毕业设计指导 朱福喜, 黄昊编著 清华大学出版社 项目2-java project second
Platform: | Size: 7409664 | Author: louventiduct | Hits:

[Multimedia programfmj

Description: FMJ是一个Java开源项目它是JMF(Java Media Framework)的一个替代品并能够使用现存的第三方插件如jffmpeg和IBM的MPEG-4。它不需要给JRE安装任东西,还提供一些JMF没有的特性如:SWT支持等。FMJ is an open-source project with the goal of providing an altern-FMJ is a Java open-source project it is the JMF (Java Media Framework), a substitute for, and be able to use existing third-party plug-ins such as jffmpeg and IBM' s MPEG-4. It does not need to install any JRE things, it also provides a number of JMF does not have features such as: SWT support. FMJ is an open-source project with the goal of providing an altern
Platform: | Size: 10542080 | Author: 呂昇達 | Hits:

[GUI DevelopOejApp_2_new

Description: 一个用SWT Designer开发的界面程序 可以拷贝指定目录下的某些文件到其他地方,实现了文件浏览器的功能,可以对项目进行排序,最后按XML格式生成项目说明,同时生成TXT的目录结构 这是我在公司为公司拷贝文件方便做的一个小工具 并不一定对大家都适合 -Development of an interface with the SWT Designer program can copy some files under the specified directory to other places to achieve the file browser functions, you can sort the project, the final project description is generated by XML format, while creating the directory structure that TXT I copied the file in the company to facilitate the company to do a little tool does not necessarily fit all
Platform: | Size: 6723584 | Author: 曾路林 | Hits:

[JSP/Javadownload

Description: java swt TableViewerWithMultipage 可分页 上一页 下一页 首页 尾页 电杆管理项目时设计的,另还有一网页tab精美选项卡-java swt TableViewerWithMultipage pageable Previous Next First Last poles management project design, and the other there is a delicate web tab Tab
Platform: | Size: 28672 | Author: 风云浪子 | Hits:

[Bio-Recognizeantcolonyalgorithm

Description: 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm Install JDK, configure the environment variables, import the project, under normal circumstances be saved directly run ant.UI can start a program. If you can not run, will join the folder under the swt.jar build path, and then run in the JVM parameters by adding-Djava.library.path = "dll directory where the absolute path" can be. Can also be directly under the command line to run the program, assuming that the folder on the D drive with the directory. In the cmd switch to the next folder, run the following command to launch the program.
Platform: | Size: 1529856 | Author: 天天 | Hits:

[JSP/JavaCalculator

Description: [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板取得得数据会按照当前所在进制模式解析,如果剪贴板内的数据不能正确解析,状态栏会有错误提示) 3.双行显示,同时显示运算表达式和当前输入(或计算结果); 4.内置数据存储器M,可以记忆数据到M,也可以从M取出、清除M、将当前操作数加到M中和从M中减去当前操作数; 5.计算结果默认为double类型,如果小数部分为0,则自动略去“.”和小数部分的0。-[Original] SWT calculator to do some of the code from the IBM DW. Eclipse can import this folder Calculator project, need to import the swt-3.5.2-win32-win32-x86.zip, Calculator.jar is packaged after the procedure, you can directly double-click to run. Features: 1. Binary, octal, decimal, hexadecimal, conversion and addition and subtraction multiplication and division, seeking reciprocal, square, square root operation (non-metric mode supports only integer operations, and does not support seeking reciprocal, square, square root operation) 2. Can be copied to the system clipboard operation result can also be obtained from the system clipboard data as operation data (data were obtained from the clipboard at the current resolution where the binary mode, if the clipboard does not correctly parse the data within the status bar there will be error) 3. Two-line display, also showed an expression operations and the current input (or calculated) 4. Built-in data memory M, may be memo
Platform: | Size: 7022592 | Author: cracode | Hits:

[JSP/Java3Dmodelizer

Description: this my programming course final project semi-final version. i tried to model a 3d world with shapes and so on with SWT. Beginner SWT programmers may learn many things from this. I ll add more facilities to this and update it.
Platform: | Size: 55296 | Author: amin | Hits:

[JSP/JavaHotKey

Description: java键盘钩子实例,使用到swt-win32-extension项目的开发包-java keyboard hook instance, use the swt-win32-extension project development package
Platform: | Size: 1024 | Author: DingRong | Hits:

[JSPSWTcourse

Description: 学习SWT非常有用的文档,依靠它,我成功的完成了项目。-A very useful documentto study the SWT and rely on it, I have successfully completed the project.
Platform: | Size: 521216 | Author: 陈君 | Hits:

[JSP/Javahos

Description: 此工程是JAVA课程设计中的酒店管理系统,数据库采用sqlserver2000,界面采用SWT编程。-JAVA course of this project is the design of the hotel management system, the database used sqlserver2000, interface using SWT programming.
Platform: | Size: 371712 | Author: 百凡 | Hits:

[JSP/Javahotel

Description: 此工程是JAVA课程设计中的医院管理系统,数据库采用sqlserver2000,界面采用SWT编程。-JAVA course of this project is the design of hospital management system, the database used sqlserver2000, interface using SWT programming.
Platform: | Size: 150528 | Author: 百凡 | Hits:

[Other Gamesspex

Description: 用MFC编写的动作编缉器,是一个用于手机游戏项目的,比较完整,和之前上传的有所不同,之前的是用SWT实现的,是仿照这个来实现的。-Written in MFC action editors and is a project for mobile games, more complete, and before the upload is different from before is to use SWT to achieve, is modeled on this to achieve.
Platform: | Size: 193536 | Author: 古月客 | Hits:

[Special EffectsDWT-a-SWT

Description: this project completely gives the image resolution with using DWT and SWT and enhanced of IDWT
Platform: | Size: 727040 | Author: Sabz | Hits:

[Software Engineeringandroiddemo

Description: 一个项目用Swing写了一个节点带有Checkbox的树状控件,并有3种工作方式。拿出来和大家共享。SWT的Tree控件本身就可以在节点上加上Checkbox。这也是我喜欢SWT的一个原因。 顺带的,也尝试了一下把一个AWT/Swing控件加到SWT的Composite上,效果非常好.-A project using Swing write a tree node with Checkbox controls, and three kinds of work. Out and share. SWT Tree control itself on the node with Checkbox. This is what I like of SWT' s a reason. Incidentally, also try a AWT/Swing control added to the Composite on SWT, the effect is very good.
Platform: | Size: 1413120 | Author: 王成 | Hits:

[JSPMySWT

Description: 这个工程主要是讲解在SWT中如何将面板进行分块,仿照exlipse一样。-This project focuses on how to explain the SWT panel is divided into blocks, modeled exlipse same.
Platform: | Size: 32768 | Author: 李红 | Hits:

[Otherfmj-20070928-0938

Description: FMJ是一个Java开源项目它是JMF(Java Media Framework)的一个"替代品"并能够使用现存的第三方插件如jffmpeg和IBM的MPEG-4。它不需要给JRE安装任东西,还提供一些JMF没有的特性如:SWT支持等。(FMJ is a Java open source project, an alternative to JMF (Java Media Framework) and able to use existing third party plug-ins such as jffmpeg and IBM's MPEG-4. It does not need to install anything for JRE, but also provides some features that JMF does not have, such as SWT support, etc..)
Platform: | Size: 11061248 | Author: monkzhou | Hits:

[JSP/Java三十六计顽童辅助156

Description: swt-4.3-win32-win32-x86_64 swt-4.3-win32-win32-x86_64\.classpath swt-4.3-win32-win32-x86_64\.project swt-4.3-win32-win32-x86_64\about.html swt-4.3-win32-win32-x86_64\about_files swt-4.3-win32-win32-x86_64\about_files\IJG_README swt-4.3-win32-win32-x86_64\about_files\mpl-v11.txt swt-4.3-win32-win32-x86_64\src.zip swt-4.3-win32-win32-x86_64\swt-debug.jar swt-4.3-win32-win32-x86_64\swt.jar
Platform: | Size: 11846656 | Author: 叶良臣11114789 | Hits:

CodeBus www.codebus.net