gbc_jLabelTarih.insets = new Insets(0, 0, 0, 5);
gbc_jLabelTarih.gridx = 1;
gbc_jLabelTarih.gridy = 0;
jPanelTarih.add(jLabelTarih, gbc_jLabelTarih);
jDateChooserIlkTarih = new JDateChooser();
GridBagConstraints gbc_jDateChooserIlkTarih = new GridBagConstraints();
gbc_jDateChooserIlkTarih.fill = GridBagConstraints.HORIZONTAL;
gbc_jDateChooserIlkTarih.insets = new Insets(0, 0, 0, 5);
gbc_jDateChooserIlkTarih.gridx = 2;
gbc_jDateChooserIlkTarih.gridy = 0;
jPanelTarih.add(jDateChooserIlkTarih, gbc_jDateChooserIlkTarih);
jDateChooserIlkTarih.setDate(new Date());
((JTextFieldDateEditor) jDateChooserIlkTarih.getDateEditor())
.setEditable(false);
((JTextFieldDateEditor) jDateChooserIlkTarih.getDateEditor())
.setFocusable(false);
jDateChooserSonTarih = new JDateChooser();
GridBagConstraints gbc_jDateChooserSonTarih = new GridBagConstraints();
gbc_jDateChooserSonTarih.fill = GridBagConstraints.HORIZONTAL;
gbc_jDateChooserSonTarih.insets = new Insets(0, 0, 0, 5);
gbc_jDateChooserSonTarih.gridx = 3;
gbc_jDateChooserSonTarih.gridy = 0;