Changes between Version 4 and Version 5 of Workday20050202
- Timestamp:
- 02/01/06 10:21:50 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workday20050202
v4 v5 10 10 * create new Workspace: gnowsis beta. see GnowsisDevelopingBeta 11 11 * extract icons from operating system (windows filetype icons) 12 * wait answer from chris fluit (perhaps he knows)12 * Christiaan Fluit (aduna.biz) gave use this tip: There is a standard J2SE API for retrieving these icons: javax.swing.filechooser.FileSystemView.getIcon(File file). It returns icons for files but also for folders, file systems, etc. I don't think we use this for "real" files .... only for folders and drives, but I believe you should get the file-type-specific icons. 13 13 * look into source:trunk/gnowsis/src/org/gnowsis/data/util/InverseFiletypeMap.java to map mime-types to file extensions (helps when using the operating system services) 14 14