java - Which Swing component for this design? -


i making desktop application in java , confused swing component use achieve result.

here screenshot of app.

enter image description here

i want know component content shown in jscrollpane.

i thinking of jlist or jtable providing custom renderer. there alphabet headers , rows containing information.

each row can clicked open new window. row change color on hovering.

there 2 ways

  • jtreetable (non_free jide or swingx)

  • accordion (implemented in javafx)


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

html - Repeat image to extend header to fill screen -

javascript - Backbone.js getting target attribute -