Completion list now always recreated, fixes #19

This commit is contained in:
Manindra Moharana
2013-09-25 02:42:12 +05:30
parent 5d68422813
commit 72b1077a13
2 changed files with 10 additions and 8 deletions

View File

@@ -115,6 +115,7 @@ public class CompletionPanel {
return list;
}
// possibly defunct
public boolean updateList(final DefaultListModel items, String newSubword,
final Point location, int position) {
this.subWord = new String(newSubword);