Action
This functionality is available only when running in debug mode on on a Windows platform. @author Torgil Zethson @since 1.3.0
93949596979899100101102103
} private JComponent layoutButtons() { BoxBuilder buttons = BoxBuilder.horizontal(); if (SystemUtils.IS_OS_WINDOWS) { OpenLocalFolderAction open = new OpenLocalFolderAction("open.temp.folder", "&Open", null) { @Override protected File getFolderToOpen() { return new File(ApplicationTempFolder.getAbsolutePath()); }