Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
360 views
in Technique[技术] by (71.8m points)

java - Outlook like calendar control in JavaFX 2.0+

Is there any outlook like calendar control implemented in javaFX 2.0+?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I didn't meet yet a calendar control implemented in pure javaFX 2.0. However you can choose alternative ways:
1. Swing calendar component integrated into JavaFX. See for example Migcalendar. It is commercial though.
2. JS/JQuery calendar control in HTML file loaded by webEngine and viewed by webView. See for example Fullcalendar.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...