Swing 是否带有日历和时间字段组件?
我希望 jPanel 应用程序中有日期和时间字段,以便用户可以从下拉列表中选择日期和时间。有没有我可以使用的 Swing 组件,而不必重新发明轮子?
I would like to have Date and Time fields in my jPanel application so that the user can pick a date and time from a drop down lists. Is there any Swing component out there which I can use rather than having to re-invent the wheel??!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 swingx JXDatePicker成分。
Try swingx JXDatePicker component.
另请考虑最近更新的基于 bean 的
JCalendar
。更多信息请参见jcalendar。Also consider the recently updated, bean-based
JCalendar
. More here jcalendar.http://jdatechooser.sourceforge.net/
http://jdatechooser.sourceforge.net/