java Programming Glossary: jgoodies
Bug or feature: Swing default gui font incorrect for Win6+ http://stackoverflow.com/questions/11309861/bug-or-feature-swing-default-gui-font-incorrect-for-win6 might consider to set all relevant text fonts that's what JGoodies does factored into a FontPolicy Set . A dirty hack is to set..
Please recommend pretty Java Swing components library http://stackoverflow.com/questions/12322296/please-recommend-pretty-java-swing-components-library not use the standard java Look and Feels there are plenty JGoodies JTatoo Jide look and feel Liquidlnf Napkin LaF PgsLookAndFeel..
Empty String validation for Multiple JTextfield http://stackoverflow.com/questions/14032757/empty-string-validation-for-multiple-jtextfield to avoid multiple popups break Also please take a look at JGoodies Validation that framework helps you validate user input in Swing..
What to use? MVC, MVP or MVVM or?? http://stackoverflow.com/questions/2105121/what-to-use-mvc-mvp-or-mvvm-or you're looking for is this answer from Karsten Lentzsch of JGoodies fame in the Swing Frameworks and Best Practices thread. If you.. and Best Practices thread. If you don't know Karsten and JGoodies then believe me this guy really knows what he's talking about...
Swing data binding frameworks http://stackoverflow.com/questions/2400998/swing-data-binding-frameworks progress abandoned or too heavy for my quite simple app. JGoodies Swing suite is expensive but luckily its libraries are free... at least Spring RCP and many JSR 296 forks. So is the JGoodies data binding really the only realistic choice Or are there any..
Java Look and Feel (L&F) http://stackoverflow.com/questions/3954616/java-look-and-feel-lf Synthetica Quaqua looks like aqua from MacOS X Seaglass JGoodies Liquidlnf The Alloy Look and Feel PgsLookAndFeel JTatoo Jide..
Should I avoid the use of set(Preferred|Maximum|Minimum)Size methods in Java Swing? http://stackoverflow.com/questions/7229226/should-i-avoid-the-use-of-setpreferredmaximumminimumsize-methods-in-java-swi good approximation to all layout needs . The big three are JGoodies FormLayout MigLayout DesignGridLayout. So no in practice you..
suggestions for declarative GUI programming in Java http://stackoverflow.com/questions/761237/suggestions-for-declarative-gui-programming-in-java and tested than to try to invent such a thing myself. JGoodies Forms not exactly declarative but kinda close I've had good.. declarative but kinda close I've had good luck with JGoodies Binding. But their syntax for Form Layout seems kinda cryptic...
|