swf header editor

This commit is contained in:
honfika@gmail.com
2015-04-27 16:57:36 +02:00
parent 924627f413
commit c1226d39fd
8 changed files with 218 additions and 42 deletions

View File

@@ -158,6 +158,7 @@ public class TextPanel extends JPanel {
textCancelButton = createButton("button.cancel", "cancel16", null, e -> cancelText());
// hide the buttonts to aviod panel resize problems on other views
textEditButton.setVisible(false);
textSaveButton.setVisible(false);
textCancelButton.setVisible(false);