Download swing-layout-1.0.3.jar file - Jar s

Jar examples for s:swing-layout

Description

Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. * A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders.

You can download jar file swing-layout 1.0.3 in this page.

License

Lesser General Public License (LGPL), Version 2.1

Build File

You can use the following script to add swing-layout-1.0.3.jar to your project.

<dependency>
   <groupId>org.swinglabs</groupId>
   <artifactId>swing-layout</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'org.swinglabs', name: 'swing-layout', version: '1.0.3'
libraryDependencies += "org.swinglabs" % "swing-layout" % "1.0.3"
<dependency org="org.swinglabs" name="swing-layout" rev="1.0.3"/>
@Grapes(@Grab(group='org.swinglabs', module='swing-layout', version='1.0.3'))
'org.swinglabs:swing-layout:jar:1.0.3'

Download

Click the following link to download the jar file.

swing-layout-1.0.3-javadoc.jar
swing-layout-1.0.3-sources.jar
swing-layout-1.0.3.jar
swing-layout-1.0.3.pom



Related Tutorials