Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个摇摆应用程序,该应用程序需要具有精心设计的框架的日期时间选择器。我的应用程序中的时间非常脆弱,而且我使用的 jar 文件
JCalendar.jar
用户在选择合适的时间时遇到了很多问题。
所以我想问是否有任何其他的日期时间选择器可以让用户清楚和容易地选择合适的时间。
我对SwingX项目中的 JXDatePicker 有很好的体验。有了这个,你可以选择一个日期。如果您还需要时间,请参阅:Java Swing 是否有任何好的免费日期和时间选择器可用?
另请参阅此方法,使用JSpinner和时间格式化DateEditor。它可以与JCalendar.
JSpinner
DateEditor
JCalendar