mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 06:50:46 +00:00
Issues #316: Fixed undoable readonly editor panes
Warning about static const initializers shown only in const/static.
This commit is contained in:
@@ -63,4 +63,10 @@ public class MethodTraitDetailPanel extends JTabbedPane implements TraitDetail {
|
||||
methodBodyParamsPanel.setEditMode(val);
|
||||
methodInfoPanel.setEditMode(val);
|
||||
}
|
||||
private boolean active = false;
|
||||
|
||||
@Override
|
||||
public void setActive(boolean val) {
|
||||
this.active = val;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user