开发者

Need good material on SWT layouts

I am learning SWT and I am in need of some good material on SWT layouts. Anyone have some good material 开发者_如何学Pythonor links for SWT layouts? Thanks for any help


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...


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


The best way to learn SWT and its layouts is trying things out yourself.
But I recommend the following ressources for a start:

  • The noteworthy SWT tutorial on Zetcode
  • Furthermore the eclipse / JFace / SWT section on java2s
  • Last but not least the official SWT homepage with its examples and if you like its widget page with links to javadoc and code snippets
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜