public void serializationError(Exception e, String message) {
JOptionPane.showMessageDialog(null, message, "Serialization Error",
JOptionPane.ERROR_MESSAGE);
}
});
TestPanelJ2D panel = new TestPanelJ2D(model, controller);
model.setPanel(panel);
model.setDebugDraw(new DebugDrawJ2D(panel, true));
TestList.populateModel(model);
JFrame testbed = new JFrame();