build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private

This commit is contained in:
honfika@gmail.com
2014-12-07 09:44:54 +01:00
parent c9c957260f
commit 5c73058972
29 changed files with 799 additions and 805 deletions

View File

@@ -77,10 +77,10 @@ import javax.swing.table.TableRowSorter;
*/
public class LoadFromMemoryFrame extends AppFrame implements ActionListener {
static final String ACTION_SELECT_PROCESS = "SELECTPROCESS";
static final String ACTION_REFRESH_PROCESS_LIST = "REFRESHPROCESSLIST";
static final String ACTION_OPEN_SWF = "OPENSWF";
static final String ACTION_SAVE = "SAVE";
private static final String ACTION_SELECT_PROCESS = "SELECTPROCESS";
private static final String ACTION_REFRESH_PROCESS_LIST = "REFRESHPROCESSLIST";
private static final String ACTION_OPEN_SWF = "OPENSWF";
private static final String ACTION_SAVE = "SAVE";
private MainFrame mainFrame;
private List<com.jpexs.process.Process> processlist;