gbc_scrollPaneUrunDetay.gridwidth = 3;
gbc_scrollPaneUrunDetay.gridx = 1;
gbc_scrollPaneUrunDetay.gridy = 4;
getContentPane().add(scrollPaneUrunDetay, gbc_scrollPaneUrunDetay);
tableUrunDetay = new CTable((String) null, UrunSevkDetay.class);
scrollPaneUrunDetay.setViewportView(tableUrunDetay);
dateControl();
initListeners();
}