l

looks

The JGoodies Looks make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability. And they simplify the multi-platform support by using similar widget dimensions. In addition, many people have reviewed them as elegant.
https://looks.dev.java.net/
The BSD License
Karsten Lentzsch
Files download
File Operation
looks-2.2.1.jar download
looks-2.2.1.pom download
looks-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jgoodies</groupId>
  <artifactId>looks</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.jgoodies:looks:2.2.1'
Gradle Kotlin
implementation("com.jgoodies:looks:2.2.1")
Scala SBT
libraryDependencies += "com.jgoodies" % "looks" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jgoodies', module='looks', version='2.2.1')
)
Apache Ivy
<dependency org="com.jgoodies" name="looks" rev="2.2.1" />
Leiningen
[com.jgoodies/looks "2.2.1"]
Apache Buildr
'com.jgoodies:looks:jar:2.2.1'
Dependencies