Scala Swing provides a Scala wrapper around Java Swing for building graphical user interfaces.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-swing</artifactId>
<version>2.10.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple Swing window with a button.
Consider using JavaFX or other GUI frameworks for new projects.
No dependency data recorded yet.