•  

    November 2007
    M T W T F S S
    « Oct   Jan »
     1234
    567891011
    12131415161718
    19202122232425
    2627282930  

JList is not scrollable.

I am developing a tool for text mining. I use JList to hold all unique terms and their statistically significant values. I encounter a problem that when I create JList and put it into JScrollPane, the JScrollPane is not scrollable. I use Netbeans IDE 5.5.1 for my development that includes GUI design. JList and [...]