示例#1
0
 int getRoom() {
   return roomChoice.getKey();
 }
示例#2
0
 void clear() {
   datePanel.setDate(new Date());
   hourPanel.clear();
   roomChoice.setSelectedIndex(0);
 }