java - Open-source improvements or replacements for Swing components -


i develop number of desktop java applications using swing, , while swing quite powerful (once hang of it), there still lot of cases wish advanced component available right out of box.

for example, i'd see easy-to-use components (without writing them myself, given enough time) like:

  • multi-line label
  • windows file explorer-like icons or thumbnails view
  • drop-down button (like firefox's old button)
  • 5-star rating widget
  • combo box automatic history (like text field on google)
  • an outlook-style accordion-style bar
  • and on

i know of couple of sources of free swing components, swinglabs, home of jxtable, jxdatepicker, , few others.

where go swing components beyond included java itself?

the following worth look:


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -