Forms

The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.

Categories

Categories

ORM Data
GroupId

GroupId

jgoodies
ArtifactId

ArtifactId

forms
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Forms
The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.

Download forms

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4