Searched refs:gotoToday (Results 1 – 2 of 2) sorted by relevance
98 private Button gotoToday; field in CalendarFrame156 gotoToday = new Button("Today"); in init()157 gotoToday.addActionListener( new ActionListener() in init()174 add(topPanel, gotoToday, g, c, 1, 0); in init()
166 private Button gotoToday; field in HolidayCalendarDemo.CalendarFrame248 gotoToday = new Button("Today"); in buildGUI()249 gotoToday.addActionListener(this); in buildGUI()273 add(monthPanel, gotoToday, g, c); in buildGUI()369 if (obj == gotoToday) { in actionPerformed()