Now if you pay attention to the Griffon video (even if Spanish is not your language du jour) you'll notice something funny with the slides. This happens because I didn't use any regular presentation software, it was a Griffon application. Yes, you're seeing a Swing-based, Griffon powered application. It wouldn't have been possible without the efforts of the following people and their Swing related projects (in no particular order):
- Kiril Grouchnikov (@kirillcool) - creator of Substance (Look&Feel) and Trident (animation library).
- Jesse Wilson (@jessewilson) and James Lemiux - creators of GlazedLists.
- Jeremy (http://javagraphics.blogspot.com) - creator of Transitions2D.
- Ben Galbraith (@bgalbs) - creator of SwingClarity -> CSS for Swing.
- Mikael Grev (@mikaelgrev) - creator of MigLayout.
+----------------------+-------+-------+ | Name | Files | LOC | +----------------------+-------+-------+ | Models | 2 | 37 | | Views | 30 | 781 | | Controllers | 2 | 53 | | Lifecycle | 5 | 9 | | Groovy/Java Sources | 1 | 28 | | Integration Tests | 2 | 8 | +----------------------+-------+-------+ | Totals | 42 | 916 | +----------------------+-------+-------+
UPDATE: take the app for a spin! download the jar from github [alternate link], then type 'java -jar griffon-talk.jar' (or double click on it on Windows). Requires JDK6.
Keep on Groovying!