NewConstants.java :  » Game » magicwars » mw » client » constants » Java Open Source

Java Open Source » Game » magicwars 
magicwars » mw » client » constants » NewConstants.java
package mw.client.constants;

public interface NewConstants {

    public static final String MAIL        = "magicwars2k@gmail.com";
    public static final String FORUM      = "http://www.slightlymagic.net/forum/viewforum.php?f=45";
    public static final String VERSION      = "Magic Wars (Version 1.3.5 alpha)";
    public static final String TITLE_ABOUT    = "MagicWars, ver.: 1.3.5 alpha"; 
    
  public static interface ERROR_VIEWER {
        public static final String SHOW_ERROR   = "%s/ErrorViewer/show";
        
        public static final String TITLE        = "Error";
        public static final String MESSAGE      = "An error has occured. You can copy/paste this message or save it to a file.\n" +
      "Please report this, plus what you tried to do, to:\n" +
      "\t%s\n" +
      "If you don't want to register an account, you can mail it directly to\n" +
      "\t%s\n\n\n" +
      "%s\n\n\n" +
      "Version:\n" +
      "%s\n\n" +
      "OS: %s Version: %s Architecture: %s\n\n" +
      "Java Version: %s Vendor: %s\n\n" +
      "Detailed error trace:\n";
        public static final String BUTTON_SAVE  = "Save...";
        public static final String BUTTON_CLOSE = "Ignore";
        public static final String BUTTON_EXIT  = "Exit Application"; 
        
        public static final String SAVE_MESSAGE = "There was an error during saving, sorry!";
        public static final String SHOW_MESSAGE = "You requested a full error report"; 
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.