MVN

net.java.dev.swing-layout : swing-layout

Maven & Gradle

Nov 16, 2006
25 usages

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. * 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.

<dependency>
    <groupId>net.java.dev.swing-layout</groupId>
    <artifactId>swing-layout</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.swing-layout : swing-layout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.java.dev.swing-layout : swing-layout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
swing-layout-1.0.2
swing-layout-1.0.1
1.0
swing-layout-1.0

How to add a dependency to Maven

Add the following net.java.dev.swing-layout : swing-layout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev.swing-layout : swing-layout gradle dependency to your build.gradle file:

implementation 'net.java.dev.swing-layout:swing-layout:1.0'

Gradle Kotlin DSL: Add the following net.java.dev.swing-layout : swing-layout gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev.swing-layout:swing-layout:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev.swing-layout : swing-layout sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev.swing-layout" % "swing-layout" % "1.0"

Advertisement