mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 09:35:58 +00:00
build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user