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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Сеть
Группа

Группа

net.java.dev.swing-layout
Идентификатор

Идентификатор

swing-layout
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать swing-layout

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.java.dev.swing-layout/swing-layout/ -->
<dependency>
    <groupId>net.java.dev.swing-layout</groupId>
    <artifactId>swing-layout</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.swing-layout/swing-layout/
implementation 'net.java.dev.swing-layout:swing-layout:1.0.2'
// https://jarcasting.com/artifacts/net.java.dev.swing-layout/swing-layout/
implementation ("net.java.dev.swing-layout:swing-layout:1.0.2")
'net.java.dev.swing-layout:swing-layout:jar:1.0.2'
<dependency org="net.java.dev.swing-layout" name="swing-layout" rev="1.0.2">
  <artifact name="swing-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.swing-layout', module='swing-layout', version='1.0.2')
)
libraryDependencies += "net.java.dev.swing-layout" % "swing-layout" % "1.0.2"
[net.java.dev.swing-layout/swing-layout "1.0.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0