forms.1.2.0.source-code.README.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of forms Show documentation
Show all versions of forms Show documentation
JGoodies Forms: An Advanced Swing Layout System
JGoodies Forms :: README
General
:: Readme
:: Release Notes
:: License
:: Whitepaper
:: Visual Builders
:: References
:: Tips & Tricks
:: FAQ
Tutorial
:: Introduction
:: Quick Start
:: Basics
:: Building
:: Factories
Reference
:: Alignments
:: Constant Sizes
:: Component Sizes
:: Bounded Sizes
:: Cols & Rows
:: Cell Constraints
:: Groups
:: Layout Variables
Web Pages
:: Project Home
:: Downloads
:: Announcements
:: Mailing Lists
:: Issue Tracker
:: More Examples
:: Readme :: Forms 1.2.0 ::
The 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.
The JGoodies Forms requires Java 1.4 or later.
Top Questions
:: What are the main benefits?
:: Can I use the Forms in a commercial product?
:: How to get started?
:: Where do I get support?
:: How to report a problem?
Distribution Contents
forms-1.2.0.jar
the library jar
LICENSE.txt
the license agreement
README.html
this readme file
RELEASE-NOTES.txt
Release Notes
build.xml
ANT build file
default.properties
ANT default build properties
docs/api
JavaDocs directory
src/core
Java sources for the library core
src/extras
Java sources for useful extensions
src/test
Java sources for unit tests
src/tutorial
Java tutorial sources
Open Issue
There's a weakness in the FormLayout that may require an API extension.
Components that span multiple columns or rows do not affect
the column width or row height resp.,
but can in some cases expand the container.
I'm looking for a means to let the layout grid honor these components
that is both powerful and easy to understand.
See the FAQ for details and a workaround.
Acknowledgements
The Forms project has been financed by Johannes Riege,
and customers of the
JGoodies Swing Suite.
It is only with their money that I can provide, maintain, and improve
this library at no charge.
FormLayout has been inspired by Mullet&Sano's grid system,
Daniel Barbalace's TableLayout, Daniel Michalik's HIGLayout,
and Doug Stein's GridBagLayout. The concept of dialog units
stems from Microsoft user interface implementations.
(c) 2008 JGoodies
© 2015 - 2024 Weber Informatics LLC | Privacy Policy