10111213141516
public void show() { mainWindow.showWindow(); } public UserInterface(Database db) { mainWindow = new MainWindow("ureport",db); }