Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes

This commit is contained in:
Jindra Petřík
2023-10-09 08:57:05 +02:00
parent b6e8ca0d67
commit dc5e50813f
789 changed files with 23773 additions and 22843 deletions

View File

@@ -113,7 +113,7 @@ public class LoadingPanel extends JPanel {
rot2 += Math.PI * 2;
}
setRotation(rot2);
repaint();
repaint();
}
}
}, idelay, idelay);
@@ -149,6 +149,6 @@ public class LoadingPanel extends JPanel {
lastImage = null;
}
super.setVisible(visible);
super.setVisible(visible);
}
}