Title: Main Frame
Description: Represents the GUI tier of this application
Copyright: Copyright (c) 2007
Company:
606162636465666768
"Error", JOptionPane.ERROR_MESSAGE); System.exit(0); } mainFrame = new MainFrame(this, service.getAvailableSymbols()); mainFrame.setVisible(true); }