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.
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.
To install jgoodies-forms, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jgoodies-forms
To see what files were installed by jgoodies-forms, run:
port contents jgoodies-forms
To later upgrade jgoodies-forms, run:
sudo port selfupdate && sudo port upgrade jgoodies-forms
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.