30
2005
Progress on SWT Port of PasswordSafe
Things are going well on my little porting project of PasswordSafe to SWT. Here are some grabs of the screenshots so far running on Linux: As a point of comparison, here’s the original Win32 application that I’ve been trying to clone: First time I ran it on Linux, I found that the SWT Dialog object was completely blank. Turns out I wasn’t calling shell.layout() before calling shell.open(). Seems that the Win32 version is more forgiving. [...]
22
2005
Two Support Experiences Worth Raving About…
Time to brag about two companies that I’ve been dealing with lately that have offered me exceptional support. The first great experience was from the guys at DbVisualizer (one very cool database query tool with an astoundingly good Swing interface). For $99, this tools is really great value, and well worth the dollars. What has surprised me is that, even at the lower end of the $ spectrum, the support has also been absolutely outstanding. [...]
18
2005
Learning the Art of GUI Design…
Like many of you, I spend the vast majority of my time working on backend code. Hacking infrastructure libraries, EJBs, web framework code and all the unit tests that live along side them. One thing I don’t have, and have never really had, is any real sense of GUI design. Even in my VB days, I was the king of the FrankenGUI. But since getting so pumped about SWT (after reading the excellent The Definitive [...]
15
2005
Converting .ico files for use in SWT apps
So you’ve got yourself a snazzy .ico file that you’d like to use in your funky new SWT app. Next step is to find an app that lets you convert .ico files to .gif files (or .png or whatever) that will play with SWT. To save you some time, if you’re a Windows user, let me point you to the freeware IrfanView which will let you batch convert a whole directory of ico files to [...]
12
2005
SWT Designer is unbelievably good software!
If you develop SWT apps, or you wish you good develop non-sucking Java GUIs, then you *have* to have a look at SWT Designer. This Eclipse plug-in is so good I just want to rave. Some of the things I just want to rave about are: There are no magic “untouchable” sections of your codebase (ala my early JBuilder experiences where you had all these //DO NOT EDIT sections) Refactoring all still works – in [...]
Glen Smith
Archives
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen