String sscc = jTable1.getValueAt(rows[l], JDBMHNPalletTableModelProperties.SSCC_Col).toString();
temp.getPalletProperties(sscc);
temp.updateMHNDecision(decisionList.get(xx).getDecision());
if (decisionList.get(xx).getStatus().equals("")==false)
{
temp.updateStatus(decisionList.get(xx).getStatus());
jStatusText.setText("SSCC "+sscc+" updated to "+decisionList.get(xx).getStatus());
Rectangle progressRect = jStatusText.getBounds();
progressRect.x = 0;
progressRect.y = 0;