I'm using Swing for the first time and I've a problem with the JScrollPane...
I've this structure
JPanel west
ScrollPane scrollPane
JList list
"west" contains "scrollPane". "scrollPane" contains "list"
the "west" 's LayoutManager is a BorderLayout, now I want that the JScrollPane has a fixed width but the height adapts itself with the height of "west"...
Is there a solution?
Sorry for my poor english, but I'm not english and I'm very very sleepy :)