Added displaying 'Your turn' message

This commit is contained in:
magenoxx 2012-06-27 15:35:37 +04:00
parent d5c5a89e85
commit a8588c1c83
2 changed files with 14 additions and 5 deletions

View file

@ -42,7 +42,7 @@ public class MageTextArea extends JEditorPane {
text = text.replaceAll("#([^#]+)#", "<i>$1</i>");
text = text.replaceAll("\\s*//\\s*", "<hr width='50%'>");
text = text.replace("\r\n", "<div style='font-size:5pt'></div>");
text += "<br>";
//text += "<br>";
if (text.length() > 0) {
//buffer.append("<br>");