j

jgoodies-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.java.net/
The BSD License
JGoodies Software GmbH
Karsten Lentzsch
Files download
File Operation
jgoodies-looks-2.5.3.jar download
jgoodies-looks-2.5.3.pom download
jgoodies-looks-2.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jgoodies</groupId>
  <artifactId>jgoodies-looks</artifactId>
  <version>2.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.jgoodies:jgoodies-looks:2.5.3'
Gradle Kotlin
implementation("com.jgoodies:jgoodies-looks:2.5.3")
Scala SBT
libraryDependencies += "com.jgoodies" % "jgoodies-looks" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.jgoodies', module='jgoodies-looks', version='2.5.3')
)
Apache Ivy
<dependency org="com.jgoodies" name="jgoodies-looks" rev="2.5.3" />
Leiningen
[com.jgoodies/jgoodies-looks "2.5.3"]
Apache Buildr
'com.jgoodies:jgoodies-looks:jar:2.5.3'