AS3: removed type/name label

This commit is contained in:
Jindra Petk
2013-09-15 12:12:17 +02:00
parent fcd3f8b0cd
commit 505d91704c

View File

@@ -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();