Maven Repository - POM file for Swing JavaFX swing-layout 1.0.1 1.0.1

Summary

Extensions to Swing to create professional cross platform 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. * ....

Declaration

Here is the list of declaration for swing-layout. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.java.dev.swing-layout</groupId>
   <artifactId>swing-layout</artifactId>
   <version>1.0.1</version>
</dependency>

If you think this Maven repository POM file listing for swing-layout is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:Lesser General Public License (LGPL), Version 2.1
URL: http://www.gnu.org/copyleft/lesser.html.

Packages

The following packages are defined in the swing-layout-1.0.1.jar

org.jdesktop.layout

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.java.dev.swing-layout</groupId>
    <artifactId>swing-layout</artifactId>
    <packaging>jar</packaging>
    <version>1.0.1</version>
    <url>https://swing-layout.dev.java.net/</url>
    <name>Extensions to Swing to create professional cross platform layout</name>
    <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. 
    </description>
    <licenses>
        <license>
            <name>Lesser General Public License (LGPL), Version 2.1</name>
            <url>http://www.gnu.org/copyleft/lesser.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://swing-layout.dev.java.net/source/browse/swing-layout/</url>
    </scm>    
    <dependencies/>
</project>