no message

This commit is contained in:
2024-10-08 16:20:45 +03:00
parent e7939713e7
commit cba2c8ec34
17 changed files with 292 additions and 304 deletions

View File

@@ -125,8 +125,8 @@ public class SearchReplaceForm extends Form {
lCount.setText(String.valueOf(result.getMarkedCount()));
}
@Override
protected FormType getFormType() {
return FormType.SearchReplace;
protected String getFormType() {
return FormType.SearchReplace.toString();
}
private void createUIComponents() {
// TODO: place custom component creation code here