How do I link the drop down lists with files in hard disk, so that on selecting an option in drop down list (which is actually a folder in one of the drive of the hard disk) must get selected and it must display the files present in the folder in the same list?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think what you need is a JFileChooser. You can find a tutorial on how to use it here. |
|||
|
|
|
You should get the directories you want to show ( You may customize how the directories are displayed inside the combo box using a I suggest you read the Swing tutorial, where all this is well explained. |
|||
|
|