JButtonUrunMarkaGuncelle = new JButton();
JButtonUrunMarkaGuncelle.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/add.png"));
JButtonUrunMarkaGuncelle.setBounds(336, 191, 23, 20);
SpinnerModel spinnerModel = new SpinnerNumberModel(0, 0, 1000000, 1);
cLabelUrunBilgileri = new JLabel();
cLabelUrunBilgileri.setHorizontalAlignment(SwingConstants.CENTER);
cLabelUrunBilgileri.setText("\u00DCR\u00DCN B\u0130LG\u0130LER\u0130");
cLabelUrunBilgileri.setFont(new Font("Tahoma", Font.BOLD, 16));
cLabelUrunBilgileri.setBounds(38, 119, 380, 20);
JButtonListeEkle = new JButton();
JButtonListeEkle.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/ekle.png"));
JButtonListeEkle.setFont(new Font("Tahoma", Font.BOLD, 13));
JButtonListeEkle.setText("\u00DCR\u00DCN L\u0130STES\u0130NE EKLE");
JButtonListeEkle.setBounds(314, 376, 243, 38);
cLabelUrunOK = new JLabel();
cLabelUrunOK.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/asagiOK.png"));
cLabelUrunOK.setBounds(158, 376, 32, 38);
cLabelFirmaOK = new JLabel();
cLabelFirmaOK.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/asagiOK.png"));
cLabelFirmaOK.setBounds(681, 376, 32, 38);
cTablePanelUrunListesi = new TablePanel(null, UrunListesi.class, true,
true);
cTablePanelUrunListesi.getTable().setAutoResizeMode(
JTable.AUTO_RESIZE_ALL_COLUMNS);
cTablePanelUrunListesi.setBorder(new LineBorder(new Color(0, 0, 0), 2));
cTablePanelUrunListesi.setBounds(38, 425, 804, 218);
JButtonKaydet = new JButton();
JButtonKaydet.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/kullaniciGuncelle.png"));
JButtonKaydet.setFont(new Font("Tahoma", Font.BOLD, 13));
JButtonKaydet.setText("STOK KAYIT");
JButtonKaydet.setBounds(599, 654, 243, 38);
JButtonSil = new JButton();
JButtonSil.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/silIcon.png"));
JButtonSil.setText("S\u0130L");
JButtonSil.setFont(new Font("Tahoma", Font.BOLD, 13));
JButtonSil.setBounds(320, 654, 243, 38);
JButtonSil.setEnabled(false);
JButtonIptal = new JButton();
JButtonIptal.setIcon(PSAUtil
.getImageIconViaRelativePath("picture/geriButonu.png"));
JButtonIptal.setFont(new Font("Tahoma", Font.BOLD, 13));
JButtonIptal.setText("\u0130PTAL");
JButtonIptal.setBounds(38, 654, 243, 38);
cLabelUrunKDV = new JLabel();
cLabelUrunKDV.setVerticalAlignment(SwingConstants.BOTTOM);
cLabelUrunKDV.setText("KDV(%)");
cLabelUrunKDV.setFont(new Font("Tahoma", Font.BOLD, 11));
cLabelUrunKDV.setBounds(300, 41, 46, 20);
SpinnerModel spinnerModelKDV = new SpinnerNumberModel(0, 0, 99, 1);
cSpinnerKDVOrani = new JSpinner();
cSpinnerKDVOrani.setModel(spinnerModelKDV);
cSpinnerKDVOrani.setValue(new Integer(8));
cSpinnerKDVOrani.setBounds(347, 42, 33, 20);