layout.addNextRow(t);
//Simple table without table listener
t = getExampleTable();
layout.addNextRow(new JLabel("Simple table without TableListener"));
layout.addNextRow(t);
//Simple table without table listener, with validation renderer
t = getExampleTable();
layout.addNextRow(new JLabel("Simple table without TableListener, with int field formater"));
//t.setCellEditor(anEditor);