Re: Load the files from a directory
- From: "Liz" <hilizbabe@xxxxxxxxx>
- Date: 25 Jul 2005 12:37:49 -0700
You can use QuickTable to implement the same feature in just three
statements
DBTable myFileTable = new DBTable();
File f = new File("C:\\temp\\");
myFileTable.refreshDataObjects(f.listFiles(), null);
You don't need to write any model.
QuickTable is a free java component (http://quicktable.org) which is an
implementation on top of JTable , but hides all the complexities and
allows to use the JTable methods. So you can just replace Jtable with
QuickTable.
.
- References:
- Load the files from a directory
- From: Pep
- Re: Load the files from a directory
- From: Andrew Thompson
- Re: Load the files from a directory
- From: Davisote
- Load the files from a directory
- Prev by Date: Re: class included in JApplet ?
- Next by Date: Re: L&F Windows XP Classic Look
- Previous by thread: Re: Load the files from a directory
- Next by thread: JList gets moved around in layout after data is added to it
- Index(es):
Relevant Pages
|