Package com.mythicscape.batclient.interfaces

Examples of com.mythicscape.batclient.interfaces.ParsedResult.addAttribute()


    return commandMatcher.group(0);
  }

  private void printMerchantWarning(String message) {
    ParsedResult attrMessage = new ParsedResult("MERC: "+message+"\n");
    attrMessage.addAttribute(TextAttribute.FOREGROUND, Color.RED, 0, 5);
    myHandler.getClientGUI().printAttributedString("generic", attrMessage);
   
  }

  @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.