Groovy has several options available for writing GUI code:
- you can use any of the AWT and Swing classes built in to Java
- you can use any Java libraries which sit on top of or alongside Swing, e.g. JGoodies and JFreeChart
- you can use Groovy's SwingBuilder
- you can use SwingXBuilder - currently a Google SoC project
- use can use the GroovySWT module
You might also consider using FEST for testing your GUI application as shown here.
Further details:
Labels