How to get the linux folder and file icons and names in java? -


I am creating a tree of folders and files in Java, Windows and OSX system icons and names return with the following code :

  new JFileChooser (). GetIcon (file f); New JFileChooser () GetName (file f);  

Is there a possibility to get the name of the mouse and the Unix system?

Thank you.

Can not add a comment, then posting as an answer:

All those answers will make your hands filthy in C or C ++. Java really does not really feel tangled and ...


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -