Package games.stendhal.client.gui.chatlog

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


        window.setVisible(true);
        return window;
      } else {
        // Otherwise just give a message to the user and let the window
        // be collected as garbage
        j2DClient.get().addEventLine(new EventLine("", "The " + suspect.getType() + " is too far away.", NotificationType.CLIENT));
        return null;
      }
    }
  }
View Full Code Here

TOP

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

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.