рефакторинг. вынес часть иконок в общую часть

This commit is contained in:
2024-10-15 16:58:20 +03:00
parent 01041ccf75
commit f353c1b90c
142 changed files with 294 additions and 158 deletions

View File

@@ -37,10 +37,10 @@ public class SapforAnalysis extends SapforPass {
}
@Override
public String getIconPath() {
return "/icons/NotPick.png";
return "/Common/icons/NotPick.png";
}
protected String getDoneIconPath() {
return "/icons/Pick.png";
return "/Common/icons/Pick.png";
}
@Override
protected boolean isGoodCode() {