You're Browsing As A Guest! Register Now... |
||
|
Become a Java Expert!
Join 414,938 Java Programmers for FREE! Get instant access to thousands
of Java experts, tutorials, code snippets, and more! There are 2,680 people online right now.Registration is fast and FREE... Join Now!
|
||
Page 1 of 1
Java can make Window Explorer? About Java interface....
#1
Java can make Window Explorer?
Posted 19 December 2007 - 07:03 PM
I doing interface for a virtual File System....
I want to create Window Explorer using Java...
Is there possible to create something alike WIndow Explorer?
I already thing so hard in Creating a ICON..... I curious about the ICON side... How they can get the image, name and description....
[Refer to image.jpg B]
Do Java have any function that can view various type of view ie Thumbnail, list, detail, Title, Icon.....
[Refer to image.jpg A]
Thank you.
Best regard
fsloke
I want to create Window Explorer using Java...
Is there possible to create something alike WIndow Explorer?
I already thing so hard in Creating a ICON..... I curious about the ICON side... How they can get the image, name and description....
[Refer to image.jpg B]
Do Java have any function that can view various type of view ie Thumbnail, list, detail, Title, Icon.....
[Refer to image.jpg A]
Thank you.
Best regard
fsloke
#2
Re: Java can make Window Explorer?
Posted 20 December 2007 - 10:34 AM
I have seen this implemented using a JList and a JPanel. There is no premade control for it like in .NET. However you can easily create one by basically drawing in the icons and have it redraw any time the container control is resized. Of course it will also implement the scrollable interface to make it scrollable.
The left hand side of course can be done with a basic Tree class.
Hope that is what you were looking for.
The left hand side of course can be done with a basic Tree class.
Hope that is what you were looking for.
Page 1 of 1


Ask A New Question
Reply



MultiQuote








|