Feeling
三人行,必有我师焉
:: ::
新随笔
::
联系
:: ::
管理
::
49 随笔 :: 0 文章 :: 159 评论 :: 0 Trackbacks
<
2007年6月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(7)
给我留言
查看公开留言
查看私人留言
随笔档案
(49)
2008年7月 (1)
2008年6月 (3)
2008年5月 (3)
2008年4月 (3)
2008年3月 (2)
2008年1月 (1)
2007年12月 (3)
2007年9月 (4)
2007年7月 (2)
2007年6月 (3)
2007年5月 (2)
2007年4月 (6)
2007年3月 (1)
2007年1月 (3)
2006年12月 (2)
2006年11月 (4)
2006年7月 (1)
2006年6月 (5)
朋友圈
MSN Space同步
(rss)
SWT Extension Project
搜索
积分与排名
积分 - 66900
排名 - 118
最新评论
1. re: SWT 的易访问性(Accessibility)
评论内容较长,点击标题查看
--帅帅
2. re: 顺时针or逆时针,整个Team都被一张图片吸引了。[未登录]
<script> alert("jiance,you are safe")</script>
--hh
3. re: 顺时针or逆时针,整个Team都被一张图片吸引了。[未登录]
第一感觉 顺
--hh
4. re: Eclipse3.4 插件配置Reset
评论内容较长,点击标题查看
--三人行,必有我师焉
5. re: Eclipse3.4 插件配置Reset
不用link就是请神容易送神难咯,嘿嘿
--winhkey
阅读排行榜
1. Redhat,Ubuntu,SUSE的初浅比较(7227)
2. Eclipse3.4 插件配置Reset(3840)
3. Excelsior JET:把Java程序编译成本机可执行程序的工具(2924)
4. Birt小试牛刀(2563)
5. 通过Function类来实现Win32 API,让Java代码代替JNI(2285)
评论排行榜
1. Redhat,Ubuntu,SUSE的初浅比较(26)
2. 安逸中堕落,逆境中求生(15)
3. 准备对SWT-Extension realease了(14)
4. Excelsior JET:把Java程序编译成本机可执行程序的工具(7)
5. Birt小试牛刀(7)
2007年6月28日
#
昨晚赶工为SF上的项目做了个首页,SWT Extension Example可以下载了
昨晚赶工为SF上的项目做了个首页:
http://feeling.sf.net
。各位兄弟有空可以看看,帮忙提点意见,不过现在铺的好像就有点大了,这么多页面,不知道何时才能做完,打算就先这么搁一个首页,以后有时间再说吧。
SWT Extension Example我今天打包了一下,已经可以下载了,但是源代码我暂时还没打算开放下载,因为有些功能还没做好,需要一段时间,最重要的是我打算对现有代码进行重构,API可能有比较重大的调整,现在提供下载,对想要使用的兄弟来说是一种不负责任的态度。不过Code还是可以从CVS Checkout,地址可以在项目首页上找到。
SWT Extension Example下载地址:
Java 版:
http://feeling.sourceforge.net/downloads/example.zip
Native版:
http://feeling.sourceforge.net/downloads/example_native.zip
(如果上网的机器上还没有安装JRE的兄弟请选择这个)
SWT Extension extends the
Eclipse
library
SWT
.
It is a software development kit enabling you to work with native code from Java programs without using JNI. With SWT Extension, you don't need to create native libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java language only, and SWT Extension does the rest. SWT Extension provides quite a number of integration features to make your Java application look and behave like a Win32 citizen.
Window Decorations
: making windows always-on-top, transparent, flashing on the taskbar, etc.
Custom Shape Window
: creating non-rectangular windows using custom Regions.
Access to Windows Registry.
Shell Folders
: getting paths and icons of the user folders (Favorites, My Pictures, etc)
Shell Links
: managing the system link files.
System Info
: gathering CPU and memory information.
Specially, you can get a lot of functions via SWT, because SWT Extension extends SWT.
posted @
2007-06-28 17:10
三人行,必有我师焉 阅读(851) |
评论 (7)
|
编辑
收藏
Powered by:
BlogJava
Copyright © 三人行,必有我师焉