Package instantbach.service

Examples of instantbach.service.Service


     * 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",
View Full Code Here

TOP

Related Classes of instantbach.service.Service

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.