mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:30:47 +00:00
build fixed on Windows, removed some unused libs from ffdec_lib, some fields marked as private
This commit is contained in:
@@ -43,9 +43,9 @@ import javax.swing.border.BevelBorder;
|
||||
*/
|
||||
public class DetailPanel extends JPanel implements ActionListener {
|
||||
|
||||
static final String ACTION_SAVE_DETAIL = "SAVEDETAIL";
|
||||
static final String ACTION_EDIT_DETAIL = "EDITDETAIL";
|
||||
static final String ACTION_CANCEL_DETAIL = "CANCELDETAIL";
|
||||
private static final String ACTION_SAVE_DETAIL = "SAVEDETAIL";
|
||||
private static final String ACTION_EDIT_DETAIL = "EDITDETAIL";
|
||||
private static final String ACTION_CANCEL_DETAIL = "CANCELDETAIL";
|
||||
|
||||
public MethodTraitDetailPanel methodTraitPanel;
|
||||
public JPanel unsupportedTraitPanel;
|
||||
|
||||
Reference in New Issue
Block a user