我们可以部分绘制 JTable 单元格吗?

发布于 2024-08-29 06:53:56 字数 48 浏览 3 评论 0原文

是否可以单独绘制 JTable 单元格的一部分?比如 40% 是绿色,剩余是红色?

Is it possible to paint a JTable cell alone partially?Like 40% of it is green remaining is red?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾城泪 2024-09-05 06:53:56

根据您的说法,我知道您想要在 JTable 单元格中进行进度条绘制之类的操作。如果是这样,您可能会对 那些旧的 Swing 示例

From what you say, I understand you want to do progress-bar like painting in a JTable cell. if so, you could be interested by those old Swing examples.

表情可笑 2024-09-05 06:53:56

In a Jtable you can implement your own cellrenderer more on Jtables in

http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

in the renderer you can paint anyway you want

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文