Then IT happened.

This commit is contained in:
Manindra Moharana
2013-07-08 17:13:45 +05:30
parent 08feb4b0a5
commit 27a5eb7327
2 changed files with 101 additions and 31 deletions

View File

@@ -664,7 +664,7 @@ public class TextArea extends JEditTextArea {
protected void showSuggestion(DefaultListModel defListModel,String subWord) {
if (defListModel.size() == 0) {
System.out.println("No suggestions to show.");
System.out.println("TextArea: No suggestions to show.");
hideSuggestion();
return;
}