Reformat and organize imports

This commit is contained in:
Jindra Petřík
2016-08-06 07:21:58 +02:00
parent 8c5345cfd8
commit 6781d86a6c
46 changed files with 1738 additions and 1637 deletions
@@ -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));
}
});