forked from External/mage
Added displaying 'Your turn' message
This commit is contained in:
parent
d5c5a89e85
commit
a8588c1c83
2 changed files with 14 additions and 5 deletions
|
|
@ -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>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue