Package games.stendhal.client.gui.chatlog

Examples of games.stendhal.client.gui.chatlog.HeaderLessEventLine


      for (final String line : cause) {
        buf.append(line).append('\n');
      }
    }

    j2DClient.get().addEventLine(new HeaderLessEventLine(buf.toString(), NotificationType.CLIENT));
  }
View Full Code Here


      }
    } else {
      return false;
    }
    for (final String line : lines) {
      ClientSingletonRepository.getUserInterface().addEventLine(new HeaderLessEventLine(line, NotificationType.CLIENT));
    }

    return true;
  }
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.chatlog.HeaderLessEventLine

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.