Table of content for
SWT


I've recently started using the for my latest project . I primarily chose it over SWING due to its speed. While SWT may be a bit hard to get started on due to the limited resources available to total noobs, there are, however, a few books who makes it easy for you to get started. The guides listed here documents my personal tips and tricks when living in Eclipse SWT land. I recommend everyone to do a few GUI's now and again, as it is a different way of thinking and organizing your code than when doing back-end stuff. Also it's a refreshing substitution to the endless HTML-based user front-ends you tend to always have to write at work... ;-)

Font handling in SWTGuide on how to list fonts and load fonts in Eclipse SWT code.