click below
click below
Normal Size Small Size show me how
OOP - L8
Toedter Calendar Library
| Question | Answer |
|---|---|
| a third-party Java library used to add calendar and date-picker features to Java desktop applications, especially those built with Swing. | Toedter Calendar Library |
| Created by | Kai Toedler |
| A full calendar view (month, days, navigation) | JCalendar |
| A date picker with a text field and popup calendar Most commonly used | JDateChooser |
| Components for selecting specific parts of a date | JDayChooser / JMonthChooser / JYearChooser |
| import code for Toedter Calendar Library | import java.util.Date; |
| When adding the component dependencies from the unzipped folder, inside which sub-folder do you find the required archive components to import? | lib |
| After selecting the library components from the JAR file, into which NetBeans Palette Category is it recommended to add them? | Swing Controls |