java - Inserting different component in JTable -


i trying make

https://i.stack.imgur.com/dixbl.png

i using jtable unable figure out how add libraries, tools, examples rows. keep rows in 1 table if possible(because have write code 1 row selected tables combined). prefer if gives solution using jtable though if can accomplished using other component willing use it.

unable figure out how add libraries, tools, examples rows.

they rows of data contain data in second column.

if want highlight rows special border use approach described in table row rendering overrides preparerenderer(...) method of jtable set border of columns of given row.


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -