December 2018 2 7 Report
Yang Tahu Mohon dijawab. ini kenapa ya?
ada tulisan cannot find symbol
symbol : variable tablesepatu
location : class formsepatu
tablesepatu.setModel(tm);
}catch(Exception e)
{
JOptionPane.showMessageDialog(null,"Data Belum Tampil" +e);
}
}
private void setTable(){
int row=tablesepatu.getSelectedRow();
no_trans.setText((String)tablesepatu.getValueAt(row,0));
merk.setSelectedItem((String)tablesepatu.getValueAt(row,1));
beli.setText((String)tablesepatu.getValueAt(row,2));
harga.setText((String)tablesepatu.getValueAt(row,3));
bayar.setText((String)tablesepatu.getValueAt(row,4));
}

sementara yg ini bener. padahal saya cuma copas dari yg ini dan diganti doang namanya. ---- tableresto---- padahal saya cuma copas aja dari yg dibawah ini.
tableresto.setModel(tm);
}catch(Exception e)
{
JOptionPane.showMessageDialog(null,"Data Belum Tampil" +e);
}
}
private void setTable(){
int row=tableresto.getSelectedRow();
no_trans.setText((String)tableresto.getValueAt(row,0));
paket.setSelectedItem((String)tableresto.getValueAt(row,1));
minuman.setText((String)tableresto.getValueAt(row,2));
beli.setText((String)tableresto.getValueAt(row,3));
harga.setText((String)tableresto.getValueAt(row,4));
bayar.setText((String)tableresto.getValueAt(row,5));

}
More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.