t

tinylaf

TinyLaF is a (mostly painted) Look and Feel for Java 1.4 and higher. TinyLaF can look somewhat like Windows XP but runs on all platforms supporting Java. With the assistance of the control panel you can define the component's colors, fonts and (partially) behaviour and thus create your own themes.
http://www.muntjak.de/hans/java/tinylaf/index.html
GNU Lesser General Public License
Hans Bickel
Files download
File Operation
tinylaf-1.4.0.jar download
tinylaf-1.4.0.pom download
tinylaf-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.tinylaf</groupId>
  <artifactId>tinylaf</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.tinylaf:tinylaf:1.4.0'
Gradle Kotlin
implementation("net.sf.tinylaf:tinylaf:1.4.0")
Scala SBT
libraryDependencies += "net.sf.tinylaf" % "tinylaf" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.tinylaf', module='tinylaf', version='1.4.0')
)
Apache Ivy
<dependency org="net.sf.tinylaf" name="tinylaf" rev="1.4.0" />
Leiningen
[net.sf.tinylaf/tinylaf "1.4.0"]
Apache Buildr
'net.sf.tinylaf:tinylaf:jar:1.4.0'
Dependencies
The project has no third-party dependencies