License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.tinylaf |
ArtifactId | ArtifactIdtinylaf |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTiny Look and Feel
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tinylaf-1.4.0.pom | |
tinylaf-1.4.0.jar | 665 KB |
tinylaf-1.4.0-sources.jar | 310 KB |
tinylaf-1.4.0-javadoc.jar | 629 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.tinylaf/tinylaf/ -->
<dependency>
<groupId>net.sf.tinylaf</groupId>
<artifactId>tinylaf</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tinylaf/tinylaf/
implementation 'net.sf.tinylaf:tinylaf:1.4.0'
// https://jarcasting.com/artifacts/net.sf.tinylaf/tinylaf/
implementation ("net.sf.tinylaf:tinylaf:1.4.0")
'net.sf.tinylaf:tinylaf:jar:1.4.0'
<dependency org="net.sf.tinylaf" name="tinylaf" rev="1.4.0">
<artifact name="tinylaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tinylaf', module='tinylaf', version='1.4.0')
)
libraryDependencies += "net.sf.tinylaf" % "tinylaf" % "1.4.0"
[net.sf.tinylaf/tinylaf "1.4.0"]