Source code cleanup
This commit is contained in:
-6
@@ -2159,12 +2159,6 @@ public final class GuiConfigurationEditorWorkspace {
|
||||
return label;
|
||||
}
|
||||
|
||||
private Label textLabel(String text) {
|
||||
Label label = new Label(text);
|
||||
label.setWrapText(true);
|
||||
return label;
|
||||
}
|
||||
|
||||
private void showStatusMessage(String message) {
|
||||
statusLabel.setText(message);
|
||||
statusLabel.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user