How to add calendar in lwuit TextField or comboBox
问题 I am creating an application using lwuit. And i want to add calendar in comboBox. please give me an idea as soon as possible.. 回答1: Do u mean that you want to add the selected date of calendar component at the end of combobox values or to show the selected date in textbox? If so, then below code shows the selected date of calendar component in textbox: Button cal = new Button("Calendar"); // button for calendar cal.addActionListener(new ActionListener() { // define action for button // action