Closedown

This commit is contained in:
boccioli_m
2015-06-08 15:28:54 +02:00
parent b0060e9be4
commit e3ecad0ead

View File

@@ -114,7 +114,7 @@ public class TestingList extends Panel {
}
}
}
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_reload.png"));
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_reload-16px.png"));
jTable1.setValueAt(icon, rowD, COL_ICON);
if(colT>0 && rowD>0){
@@ -209,9 +209,9 @@ jTable1.setValueAt(icon, rowD, COL_ICON);
public void buildTable(){
String sDate = getNow();
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_play.png"));
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_pause-16px.png"));
DefaultTableModel model = (DefaultTableModel) jTable1.getModel();
model.addRow(new Object[] {false, sDate, "LS", "Check Status", "No comm", "Pending", Color.BLUE});
model.addRow(new Object[] {false, sDate, "LS", "Check Status", "No comm", "Pending", icon});
model.addRow(new Object[] {true, sDate, "RS", "Calibrate", "Calibration done", "Pending", icon});
model.addRow(new Object[] {false, sDate, "MWD", "Display Test", "Sequence terminated", "Pending", icon});
model.addRow(new Object[] {false, sDate, "FIXL", "Lamp Test", "Failure", "Pending", icon});