Jar examples for s:swing-layout
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.2 in this page.
Lesser General Public License (LGPL), Version 2.1
You can use the following script to add swing-layout-1.0.2.jar to your project.
<dependency> <groupId>net.java.dev.swing-layout</groupId> <artifactId>swing-layout</artifactId> <version>1.0.2</version> </dependency>
compile group: 'net.java.dev.swing-layout', name: 'swing-layout', version: '1.0.2'
libraryDependencies += "net.java.dev.swing-layout" % "swing-layout" % "1.0.2"
<dependency org="net.java.dev.swing-layout" name="swing-layout" rev="1.0.2"/>
@Grapes(@Grab(group='net.java.dev.swing-layout', module='swing-layout', version='1.0.2'))
'net.java.dev.swing-layout:swing-layout:jar:1.0.2'
Click the following link to download the jar file.
swing-layout-1.0.2-javadoc.jar