Footer row in a JTable

前端 未结 8 1537
感动是毒
感动是毒 2020-12-20 22:26

What is the best way to put a footer row into a JTable? Does anyone have any sample code to do this?

The only approach I\'ve thought of so far is to put a special ro

8条回答
  •  感情败类
    2020-12-20 22:37

    Looks like this project has a component called JideScrollPane which advertises support for a row footer. I haven't tried it myself, but it sounds like it does exactly what you want! The website also has a demo app where you can see it in action and it that looks pretty good.

    Note that it seems a lot of the their stuff you have to pay for, but their JideScrollPane looks to be free and open source.

提交回复
热议问题