window.setSize(window.getWidth() - 35, window.getHeight() - 15);
}
window.setLocationRelativeTo(null);
Thread.sleep(7500);
window.dispose();
} catch (Exception e1) {
System.out.println("Whoops!" + e1);
}
AllroundVideoPlugin vid = (AllroundVideoPlugin) umg.getSimTime().getPluginObject(new AllroundVideoPlugin().id());