0
當您使用JFileChooser
時,它具有默認的文件夾和文件圖標,它們在哪裏?我想得到他們的寬度和高度參數。Java默認JFileChooser圖標位置
當您使用JFileChooser
時,它具有默認的文件夾和文件圖標,它們在哪裏?我想得到他們的寬度和高度參數。Java默認JFileChooser圖標位置
UIManager.getIcon("FileView.directoryIcon").getIconHeight();
通過回答Richard Snape。
看看[這個](http://stackoverflow.com/questions/1498506/java-howto-get-the-thumbnail-from-a-file) – MadProgrammer
這不是我要求的,默認java使用的圖標。我想打開它們並修改它們。我想知道他們在哪裏駕駛? – codeCompiler77
是否[這個答案](http://stackoverflow.com/a/26589183/838992)給你要找的東西?例如'UIManager.getIcon(「FileView.directoryIcon」)。getIconHeight();' –