我在JTextArea裡設置監聽,輸入文本後會彈出一個含有JList的JWindow,通過選擇JList裡的選項可以自動完成輸入,類似Myeclipse的提示輸入功能。但是Jlist選項只能用鼠標選擇,用鍵盤↑↓不能選擇,鍵盤↑↓只會改變JTextArea裡鍵盤光標的位置,請問怎麼解決?
http://stackoverflow.com/questions/14402091/jlist-horizontal-auto-scroll-to-right
http://stackoverflow.com/questions/7255636/is-it-possible-to-have-an-autocomplete-using-jtextfield-and-a-jlist