System.setProperties(properties);
}
@Before
public void setUp() throws Exception {
dialog = new DialogForTesting(this.getClass().getName());
dialog.addCheckBox("name", "the text");
mCheckbox = new MToggleButton(dialog.getCheckBox(), "foo.bar", null, WindowMonitor.getInstance());
dialog.getCheckBox().addMouseListener(new MouseAdapter() {
public void mouseClicked(MouseEvent e) {
record += "mouseClicked(" + e.getClickCount() + ")";