From 505d91704c2e6b1fde3f1d1663f54ffb749269f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sun, 15 Sep 2013 12:12:17 +0200 Subject: [PATCH] AS3: removed type/name label --- .../decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java b/trunk/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java index 9a317cb15..47c0966ea 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java @@ -45,7 +45,7 @@ public class SlotConstTraitDetailPanel extends JPanel implements TraitDetail { public SlotConstTraitDetailPanel() { slotConstEditor = new LineMarkedEditorPane(); setLayout(new BorderLayout()); - add(new JLabel(translate("abc.detail.slotconst.typevalue")), BorderLayout.NORTH); + //add(new JLabel(translate("abc.detail.slotconst.typevalue")), BorderLayout.NORTH); add(new JScrollPane(slotConstEditor), BorderLayout.CENTER); /*StyledDocument doc = warnLabel.getStyledDocument(); SimpleAttributeSet center = new SimpleAttributeSet();