158159160161162163164165166167168
case 9: JTimeStamp timeStamp = new JTimeStamp(); component = timeStamp; break; case 10: JMonthPicker monthPicker = new JMonthPicker(); component = monthPicker; break; case 11: case 12: CurrencyPlugin cp = CurrencyPlugin.getInstance();
7677787980818283848586
} private void initComponents() { JLabel label = new JLabel(); monthPicker = new JMonthPicker(); JButton confirmButton = new JButton(); JButton cancelButton = new JButton(); CellConstraints cc = new CellConstraints(); //======== this ========