Download jgoodies-looks-2.5.2.jar file - Jar j

Jar examples for j:jgoodies-looks

Description

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.

You can download jar file jgoodies-looks 2.5.2 in this page.

License

The BSD License

Build File

You can use the following script to add jgoodies-looks-2.5.2.jar to your project.

<dependency>
   <groupId>com.jgoodies</groupId>
   <artifactId>jgoodies-looks</artifactId>
   <version>2.5.2</version>
</dependency>
compile group: 'com.jgoodies', name: 'jgoodies-looks', version: '2.5.2'
libraryDependencies += "com.jgoodies" % "jgoodies-looks" % "2.5.2"
<dependency org="com.jgoodies" name="jgoodies-looks" rev="2.5.2"/>
@Grapes(@Grab(group='com.jgoodies', module='jgoodies-looks', version='2.5.2'))
'com.jgoodies:jgoodies-looks:jar:2.5.2'

Download

Click the following link to download the jar file.

jgoodies-looks-2.5.2-javadoc.jar
jgoodies-looks-2.5.2-sources.jar
jgoodies-looks-2.5.2.jar
jgoodies-looks-2.5.2.pom



Related Tutorials