} catch (SerializationException exception) {
throw new RuntimeException(exception);
}
// Open the Pivot window on the display
window.open(displayHost.getDisplay());
// Open and select the internal frame
internalFrame.setLocation(240, 100);
internalFrame.setSize(480, 360);
internalFrame.setVisible(true);