日历中的表格单元格编辑器
我正在 Eclipse 中制作日历,我希望能够编辑单元格、添加事件等。现在,我可以在单元格中写入内容,但它看起来不太漂亮。我想我需要一个表格单元格编辑器,但我真的不知道如何编写一个。 有人愿意解释一下吗?
I'm making a calendar in Eclipse and I want to able to edit the cells, adding events etc. Right now, I can write stuff in the cells, but it doesn't look pretty. I figure I need a table cell editor, but I don't really know how to write one.
Does anyone feel like explaining it a bit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是教程: http://download.oracle.com/javase/tutorial /uiswing/components/table.html 它涵盖了表格单元格编辑器和渲染器。
Here's the tutorial: http://download.oracle.com/javase/tutorial/uiswing/components/table.html it goes overs table cell editors and renderers.