mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 23:20:47 +00:00
Reformat and organize imports
This commit is contained in:
@@ -225,10 +225,8 @@ public class DetailPanel extends JPanel implements TagEditorPanel {
|
||||
selectedLabel.setText(AppStrings.translate(name));
|
||||
if (trait == null) {
|
||||
traitNameLabel.setText("-");
|
||||
} else {
|
||||
if (abcPanel != null) {
|
||||
traitNameLabel.setText(trait.getName(abcPanel.abc).getName(abcPanel.abc.constants, null, false));
|
||||
}
|
||||
} else if (abcPanel != null) {
|
||||
traitNameLabel.setText(trait.getName(abcPanel.abc).getName(abcPanel.abc.constants, null, false));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user