Download skinlf-6.7.jar file - Jar s

Jar examples for s:skinlf

Description

Skin Look And Feel allows Java developers to write skin-able application using the Swing toolkit. Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures, Regular Windows. Skin Look And Feel (aka SkinLF) also includes NativeSkin to create irregular windows.

You can download jar file skinlf 6.7 in this page.

License

Apache Software License

Build File

You can use the following script to add skinlf-6.7.jar to your project.

<dependency>
   <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
   <artifactId>skinlf</artifactId>
   <version>6.7</version>
</dependency>
compile group: 'net.sf.squirrel-sql.thirdparty-non-maven', name: 'skinlf', version: '6.7'
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "skinlf" % "6.7"
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="skinlf" rev="6.7"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='skinlf', version='6.7'))
'net.sf.squirrel-sql.thirdparty-non-maven:skinlf:jar:6.7'

Download

Click the following link to download the jar file.

skinlf-6.7-sources.jar
skinlf-6.7.jar
skinlf-6.7.pom



Related Tutorials