
SWT/JFace
文章平均质量分 76
仙糊涂
这个作者很懒,什么都没留下…
展开
-
SWT/JFace设置窗口位于屏幕中间
swt shell设置窗口位于屏幕中间 (2009-05-07 17:23)分类: SWT Designer /** * 设置窗口位于屏幕中间 * @param shell 要调整位置的窗口对象 */ public static void center(Shell shell) { //获取屏原创 2012-04-20 22:12:00 · 3248 阅读 · 1 评论 -
TableTree/TableTreeEditor
import java.awt.Toolkit;import org.eclipse.jface.window.ApplicationWindow;import org.eclipse.swt.SWT;import org.eclipse.swt.custom.TableTree;import org.eclipse.swt.custom.TableTreeEditor;原创 2012-04-22 21:40:13 · 2502 阅读 · 1 评论