Groovier PasswordKeeper
Tags: Groovy
Password Keeper is a Groovy port of an AIR application of the same name featured on MakeUseOf.com. The Substance Look and Feel closely simulates the look of the source app. While I could have tweaked the fonts a bit but figured it wasn't worth it for a quick port. On the backend, I'm using an instance of Derby(JavaDB) to store the passwords.
The original:
My version:
You can test run the app by visiting the link below: As usual, Java 6 is recommended.
You don't always need AIR (or JFX), Java-based technologies can look pretty.