Enable hyperlinks handling only in the game log window.

This commit is contained in:
rkfg 2016-03-07 03:33:04 +03:00
parent 23e93f008a
commit f95921cc73
3 changed files with 27 additions and 10 deletions

View file

@ -351,6 +351,10 @@ public class ChatPanelBasic extends javax.swing.JPanel {
this.txtMessage.repaint();
}
}
public void enableHyperlinks() {
txtConversation.enableHyperlinks();
}
private void txtMessageKeyTyped(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_txtMessageKeyTyped
handleKeyTyped(evt);