- 浏览: 25767 次
- 性别:
- 来自: 重庆
最新评论
文章列表
转载:http://www.ralfebert.de/blog/eclipsercp/togglehandler//
Toggle Handler for Eclipse Commands
Based on Moritz Posts blog post Toggling a Command contribution I built a base class for a command handler which automatically handles the toggle state. To use it add the base class to your project:
Toggl ...
SWT线程心得:
Display.getDefault().syncExec()里面只做UI的函数调用,即UI界面的更新,非UI的函数调用都不要放到里面。
转载:http://blog.csdn.net/chen09/article/details/2254198
Image Show by SWT
2008-04-06 02:34 548人阅读 评论(0) 收藏 举报
在做一个SWT的通用DB(jdbc)工具时,为了在主画面上加个logo,用上了俺家猫猫狗狗的照片。为了展示出这些照片,这个工具成了一个副产品。
SWT的image功能是俺以前没有碰过的,第一次用的时候碰到了不少问题。比如说闪屏,比如说淡入淡出的实现。
说实话,现在的淡入淡出感觉比较完美——前图的淡出和后图的淡入非常连贯。但是这也只是个偶然的bug造成的结果,并不是俺一开始就 ...
public void setImage(final BufferedImage bufferedImage) {
BufferedImage scaledImage = new BufferedImage(bufferedImage.getWidth(),
bufferedImage.getHeight(), BufferedImage.TYPE_INT_ARGB);//把现有的bufferedImage的颜色模式转换为DirectColorModel
Graphics2D localGraphics2D = scaledImage.createGraphics();
...
1. org.apache.lucene
2. org.eclipse.help.appserver
3. org.eclipse.help.base
4. org.eclipse.help.ui
5. org.eclipse.help.webapp
6. org.eclipse.equinox.http.jetty
7. org.eclipse.ui.forms
https://developers.google.com/java-dev-tools/download-codepro?hl=zh-CN,但是还是下载不了,哎