Download napkinlaf-1.2.jar file - Jar n

Jar examples for n:napkinlaf

Description

The Napkin Look and Feel is a pluggable look and feel for Java Swing that makes the UI look as if it was hand-sketched on a napkin. This provisional look is designed tfor use during project development so that provisional parts of the UI look provisional, but of course you may use it for anything you like.

You can download jar file napkinlaf 1.2 in this page.

License

BSD

Build File

You can use the following script to add napkinlaf-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

napkinlaf-1.2-sources.jar
napkinlaf-1.2.jar
napkinlaf-1.2.pom



Related Tutorials