昨晚趕工為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.
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.