需要有关 SWT 布局的良好材料
我正在学习 SWT,并且需要一些关于 SWT 布局的好材料。有人有一些关于 SWT 布局的好材料或链接吗?感谢您的帮助
I am learning SWT and I am in need of some good material on SWT layouts. Anyone have some good material or links for SWT layouts? Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Robert Harris 撰写的《SWT 和 Jface 权威指南》非常好,以有用的方式解释了所有基本布局有很多很多的例子。
使用 WindowBuilder 也有很大帮助,正如您在这里实时看到的那样UI 决定...
绝对是最好的尝试再尝试...
The Definitive Guide to SWT and Jface by Robert Harris is pretty good and explains all of the basic layout in a useful ways with lots and lots of examples.
Using WindowBuilder can also help a lot, as you here see - in real-time - the consequences of your UI decisions...
The absolutely best it to try and try again...
确实没有理由不使用 MigLayout。它是“手工制作”GUI 的最佳布局管理器。非常强大,易于理解和使用。还有 Swing 和 SWT 版本。
MigLayout 网站
There is really no reason not to use MigLayout. It's the best layout manager for "hand-made" GUI. Very powerful, easy to understand and use.. There is version for Swing and SWT as well..
MigLayout website
学习 SWT 及其布局的最佳方法就是亲自尝试。
但我建议您从以下资源开始:
The best way to learn SWT and its layouts is trying things out yourself.
But I recommend the following ressources for a start: