https://github.com/jformdesigner/swing-jgoodies-forms
JGoodies Forms: An Advanced Swing Layout System
https://github.com/jformdesigner/swing-jgoodies-forms
Last synced: about 1 year ago
JSON representation
JGoodies Forms: An Advanced Swing Layout System
- Host: GitHub
- URL: https://github.com/jformdesigner/swing-jgoodies-forms
- Owner: JFormDesigner
- License: other
- Created: 2016-04-28T07:25:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T09:02:08.000Z (about 10 years ago)
- Last Synced: 2025-03-20T14:40:42.989Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 6.14 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE.txt
Awesome Lists containing this project
README
JGoodies Forms :: README
General
:: Readme
:: Release Notes
:: License
:: Whitepaper
:: Visual Builders
:: References
:: Tips & Tricks
:: FAQ
Reference
:: Alignments
:: Constant Sizes
:: Component Sizes
:: Bounded Sizes
:: Cols & Rows
:: Cell Constraints
:: Groups
:: Layout Variables
Web Pages
:: Project Home
:: Download
:: Archive
:: Mailing Lists
:: Issue Tracker
:: Readme :: Forms @version.name@ ::
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 7 or later
and the JGoodies Common library.
Library versions for older Java versions are available in the
JGoodies Archive.
Tutorial
Tutorial examples including sources can be found in
the JGoodies Smart Client Showcase that you can download or web start from
the
JGoodies Demo Downloads
page.
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 Smart Client.
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) 2015 JGoodies