device = FileTools.loadDevice(currPart);
we = FileTools.loadWireEnumerator(currPart);
// Setup the scene and view for the GUI
scene = new DeviceBrowserScene(device, we, hideTiles, drawPrimitives, this);
view = new TileView(scene);
setCentralWidget(view);
// Setup some signals for when the user interacts with the view
scene.updateStatus.connect(this, "updateStatus(String, Tile)");
scene.updateTile.connect(this, "updateTile(Tile)");