Title: Service
Description: Represents the service tier of this application
Copyright: Copyright (c) 2007
Company:
5051525354555657585960
* Contructs the program */ public InstantBach() { try { service = new Service(this); } catch (BadRulesException e) { String message = "The following problem was encountered with the rule.txt file:\n"+e.getMessage(); JOptionPane.showMessageDialog(null, message, "Error",