rounded edges for cells of cell renderer Java Swing -


i have used cell renderer display data in table format entries displayed in each cell in java swing. have got put desired color each cell.

i there way can change of cell? want there way can have curved edges each cell in table?

the responsibility fall tablecellrenderer, you'd have set border in renderers.

you have turn off grid drawing, using jtable#setshowgrid


Comments