Essential Swing libraries? JGoodies, JFreeChart [closed]

梦想的初衷 提交于 2019-12-03 12:45:28

问题


The wheel is invented over and over again - at least it seems so when looking at any average Swing GUI project.

In many areas there are one or two very well known libraries for things not directly addressed by the standard class library, e.g. hibernate for persistence.

But things seem a little less clear for GUI applications - what are the libraries you see as essential for almost any new GUI project?

I'd propose JGoodies as a start. And for anything involving displaying data graphically maybe JFreeChart. For more sophisticated components SwingX - I have never used it but I hear it often mentioned.

I know there are alternatives to Swing but lets stick with at least for this question.


回答1:


glazed lists for sorting and filtering lists and tables

xhtmlrenderer (flying saucer) for much better XHTML and CSS 2.1 support

swingx as you have mentioned, for the JXCollapsiblePane alone




回答2:


MigLayout is an awesome layout manager. I use it it on every project I start.

Jide Common layer has some nice free swing widgets.



来源:https://stackoverflow.com/questions/4798944/essential-swing-libraries-jgoodies-jfreechart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!