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.:
- you can use Groovy's SwingBuilder (see below)
- you can use SwingXBuilder - currently a Google SoC project
- you can use the JIDE builder for the open source JIDE Common Layer
- use can use the GroovySWT module
You might also consider using FEST for testing your GUI application as shown here.
Further details:
Labels