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

@@ -36,9 +36,9 @@ import jsyntaxpane.actions.DocumentSearchData;
*/
public class SearchPanel<E> extends JPanel implements ActionListener {
static final String ACTION_SEARCH_PREV = "SEARCHPREV";
static final String ACTION_SEARCH_NEXT = "SEARCHNEXT";
static final String ACTION_SEARCH_CANCEL = "SEARCHCANCEL";
private static final String ACTION_SEARCH_PREV = "SEARCHPREV";
private static final String ACTION_SEARCH_NEXT = "SEARCHNEXT";
private static final String ACTION_SEARCH_CANCEL = "SEARCHCANCEL";
private final SearchListener<E> listener;