buttonZoomIn = new GenericButton("+");
buttonZoomOut = new GenericButton("-");
buttonShowPlayer = new GenericButton("Player");
buttonReset = new GenericButton("Reset View");
buttonSave = new GenericButton("Save to Desktop");
buttonDeathpoints = new GenericCheckBox("Deathpoints");
((GenericCheckBox)buttonDeathpoints).setChecked(MinimapConfig.getInstance().isDeathpoints());
map = new MapWidget(this);
map.setGeometry(0, 0, width, height);
map.scrollTo(map.getPlayerPosition(), false, 0);