What are good Java date-chooser Swing GUI widgets?(什么是好的 Java 日期选择器 Swing GUI 小部件?)
问题描述
什么是好的 Java Swing 日期选择器组件?到目前为止,我只真正找到了这 2 个:
What are good Java Swing date-chooser components? So far I've only really found these 2:
JCalendar
- 这个很好,因为它使用了底层外观和感觉. SwingX 项目中的 JXMonthView
- 不如它使用的那么好它自己的外观和感觉
JCalendar
- this one is pretty good as it uses the underlying look and feel.JXMonthView
in the SwingX project - not so good as it uses its own look and feel
与我在网页上看到的一些相比,这两个看起来都有些笨拙.例如,同时看到 多个月 可能会很好.有谁知道那里有其他好的小部件吗?
Both of these look a bit clunky when compared with some I've seen on web-pages. For example, it might be nice to see multiple months at the same time. Does anyone know of any other good widgets out there?
推荐答案
最近发现并使用了Microba DatePicker (http://microba.sourceforge.net/) 用于涉及 Swing GUI 的个人项目,实际上我真的很喜欢这个控件的实现方式.此外,许可证是 BSD,因此您可以自定义控件并在需要时将其用于商业目的.
Recently I found and use the Microba DatePicker (http://microba.sourceforge.net/) for a personal project involving Swing GUIs, and I actually I really liked the way this control is implemented. Besides, the license is BSD, so you will be able to customize the control and use it for commercial purposes if you need to do so.
这篇关于什么是好的 Java 日期选择器 Swing GUI 小部件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是好的 Java 日期选择器 Swing GUI 小部件?
基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 降序排序:Java Map 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01