SwingX

Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.

Лицензия

Лицензия

Категории

Категории

SBE Данные Data Structures
Группа

Группа

at.swimmesberger
Идентификатор

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

swingx-project
Последняя версия

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

1.6.8
Дата

Дата

Тип

Тип

pom
Описание

Описание

SwingX
Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.
Система контроля версий

Система контроля версий

https://github.com/swimmesberger/swingx

Скачать swingx-project

Имя Файла Размер
swingx-project-1.6.8.pom 7 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/at.swimmesberger/swingx-project/ -->
<dependency>
    <groupId>at.swimmesberger</groupId>
    <artifactId>swingx-project</artifactId>
    <version>1.6.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.swimmesberger/swingx-project/
implementation 'at.swimmesberger:swingx-project:1.6.8'
// https://jarcasting.com/artifacts/at.swimmesberger/swingx-project/
implementation ("at.swimmesberger:swingx-project:1.6.8")
'at.swimmesberger:swingx-project:pom:1.6.8'
<dependency org="at.swimmesberger" name="swingx-project" rev="1.6.8">
  <artifact name="swingx-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.swimmesberger', module='swingx-project', version='1.6.8')
)
libraryDependencies += "at.swimmesberger" % "swingx-project" % "1.6.8"
[at.swimmesberger/swingx-project "1.6.8"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.kohsuke.metainf-services : metainf-services Необязательный jar 1.8

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

  • swingx-mavensupport
  • swingx-testsupport
  • swingx-common
  • swingx-autocomplete
  • swingx-action
  • swingx-painters
  • swingx-graphics
  • swingx-plaf
  • swingx-core
  • swingx-all
  • swingx-beaninfo

Readme - SwingLabs SwingX Project Build Status

SwingX is a library of components and utilities extending the Java Swing library; read more at our website, https://swingx.java.net/, and Wiki page, http://wiki.java.net/bin/view/Javadesktop/SwingLabsSwingX

Getting the Latest Source

  1. Check out the lastest code Download the latest release from our git repository https://github.com/smartbow-gmbh/swingx

Building the Source

SwingX relies on Maven for controlling compilation, building docs, testing, etc. You can use our POM files to build the project, some IDEs can directly invoke Maven for you.

To compile from the command line, you'll need to have Apache Maven 3.x installed; see http://maven.apache.org.

You can build SwingX by going to the command line and typing mvn package

That should be it--this will test and build swingx.jar in the target directory.

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

Версия
1.6.8
1.6.7