SWT & JFace
snowclash
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Using the Eclipse GUI outside the Eclipse Workbench
Avoiding spaghetti in GUI instance hierarchiesIn my experience, when designing GUI objects, you tend to end up building fairly large instance hierarchies. Objects at low levels in different hierarch原创 2008-08-29 00:24:00 · 716 阅读 · 0 评论 -
如何修改SWT的表格的行高
table.addListener(SWT.MeasureItem, new Listener() { public void handleEvent(Event event) { int clientWidth = table.getClientArea().width;原创 2008-08-29 09:28:00 · 958 阅读 · 0 评论
分享