Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

I need to create an interface for total comander(help me)

help me to create an interface for total comander
[49 byte] By [alina] at [2007-11-11 8:27:02]
# 1 Re: I need to create an interface for total comander(help me)
and what is total commander? Do you even know what an interface is?
Phaelax at 2007-11-11 22:35:29 >
# 2 Re: I need to create an interface for total comander(help me)
of course that i know it's what i'm studing
and total comander is a file manager like windows explorer or norton comander
alina at 2007-11-11 22:36:29 >
# 3 Re: I need to create an interface for total comander(help me)
I was thinking of like an interface as like in defining methods for a class kind of interface, duh nvm me. Ok, I got you now. So what part do you need help on? You gotta be more specific.
Phaelax at 2007-11-11 22:37:22 >
# 4 Re: I need to create an interface for total comander(help me)
I need to create an interface in java swing for a file manager like windows explorer or total commander.The part that i don't know is how i duplicate a panele .my colegues tolt me to do it whit JSplitPane but i don't know how,and the other problem is how i create a Jtree for wiewing the local file.If you kno how i can solve this problems please help me quikly because i don't have sow much time.
alina at 2007-11-11 22:38:27 >
# 5 Re: I need to create an interface for total comander(help me)
tHE INTERFACE THAT I NEED TO DO IT IS IN JAVA SWING.Like i told you total commander is a file manager.What i need to know is how i duplicate a Jpanel.My colegues told me to do it with JSplitPanel but i don't know how.The other problem is how i create a JTree for wiewing the local file of the system?
Please help me quicly because i don't have so much time
alina at 2007-11-11 22:39:31 >
# 6 Re: I need to create an interface for total comander(help me)
http://java.sun.com/j2se/1.4.2/docs/api/

Find JSplitPane on the left side frame, read the documentation.
Phaelax at 2007-11-11 22:40:24 >