Registry / utility / groovy-swing

groovy-swing

JSON →
library3.0.25javamavenunverified

Groovy bindings for the Swing GUI toolkit, enabling concise and dynamic desktop application development.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-swing</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-SWING
G
groovy-swing
utilityjavav3.0.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SwingBuilder
groovy.swing.SwingBuilder

Creates a simple Swing window using Groovy's SwingBuilder.

import groovy.swing.SwingBuilder; import javax.swing.JFrame; SwingBuilder builder = new SwingBuilder(); JFrame frame = builder.frame(title: "Hello", size: [300, 200]) { label(text: "Hello, Groovy!") } frame.visible = true;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
groovy-swing — mvn dependency:get groovy-swing · libregistry