Results 1 to 4 of 4
Thread: File browser
- 12-16-2012, 01:56 AM #1
Member
- Join Date
- Dec 2012
- Posts
- 2
- Rep Power
- 0
File browser
Hey, my first post here, so bear with me.
I've been coding in java for awhile, and have hit the point where I am starting to code GUI's. I however for the life of me am unable to find a viable solution to makeint a file browser for a FTP client I have to create (based off a text version I already have created).
I need to create a file browser, like something inside filezilla which allows you to browse the local/remote site, I know I can do something like this with a JList, but I need to be able to display the filename/size and when it was last modified. Is there another solution which would allow me to have sort of a rows/colums type setup like a normal ftp program like filezilla ? I'm not looking for code, i'm looking for a push in the right direction as to what I should look into using that would suit my needs.
- 12-16-2012, 03:37 AM #2
Re: File browser
You can set a custom FileSystemView to a JFileChooser.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-16-2012, 04:10 AM #3
Member
- Join Date
- Dec 2012
- Posts
- 2
- Rep Power
- 0
Re: File browser
My issue with this is, I need to have two seperate lists (not icons) in the same window, JFileChooser wouldn't work for me.
I am trying to duplicate something like this
Where it shows all the filenames and folders, the size and when they were last modified. But I am trying to do something with colums like shown.
I honestly can't seem to figure out an option using java.Last edited by jmele11968; 12-16-2012 at 04:16 AM.
- 12-16-2012, 09:40 AM #4
Similar Threads
-
Displaying doc file in browser through JSP
By juhiswt in forum Advanced JavaReplies: 1Last Post: 05-11-2012, 03:10 PM -
Printing file through browser
By BobswYourUcle in forum New To JavaReplies: 5Last Post: 07-18-2011, 03:53 PM -
pack200 .gz file unpack and create .jar file in browser(speed test).
By maheshsardar in forum Java AppletsReplies: 1Last Post: 08-04-2010, 03:24 PM -
Display MS-Word file in browser
By jazz2k8 in forum Advanced JavaReplies: 6Last Post: 12-08-2008, 12:59 PM -
File Browser
By Troman in forum SWT / JFaceReplies: 5Last Post: 09-09-2008, 01:02 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks