| Author |
Partition List
|
Udaya Wijenayake
Ranch Hand
Joined: May 15, 2009
Posts: 30
|
|
How can i get available partitions and disk drives into a drop down list just like following image?
|
SCJP 1.5
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8436
|
|
Check out JList
Also check out the File API for method(s) which give you all the drives on your system.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Udaya Wijenayake
Ranch Hand
Joined: May 15, 2009
Posts: 30
|
|
Thanks Maneesh. I did it using following code.
|
 |
Udaya Wijenayake
Ranch Hand
Joined: May 15, 2009
Posts: 30
|
|
Thanks Maneesh. I did it using following code.
|
 |
 |
|
|
subject: Partition List
|
|
|