Browsing articles from "July, 2005"
Jul
28
2005

PasswordSafeSWT 0.3 ships – now with cool new toolbar!

I’ve finally managed to get 0.3 of PasswordSafeSWT out the door (a blowfish-based personal password manager for Java) . New in this release: Overhauled GUI – with new toolbar and lots of layout fixes Sorted lists – defaulting to alphabetical on first column XML Import/Export – experimental support for now, but should slurp in KeePass exports no worries Lots of preferences have now been implemented (and those that haven’t have at least been greyed) Heaps [...]

Jul
19
2005

Using JFreeChart with SWT

Whichever way you look at it, JFreeChart is one sensational charting library. So, what do you do if you’re hacking SWT apps? Couple of options. You can use the SWT_AWT bridge stuff and take your chances on non-Windows platforms. Or, you can use some very nifty code here on the jfree forums to create an SWT Image from an AWT BufferedImage. (I’m using the code from Til at the bottom of the forum dated 12 [...]

Glen Smith

About Glen

Co-author Grails in Action