add missing Override annotations

This commit is contained in:
Ingmar Goudt 2019-07-14 20:28:48 +02:00
parent 3fa2deaa64
commit 5ba206111a
15 changed files with 40 additions and 9 deletions

View file

@ -56,6 +56,8 @@ public class ImagePanel extends JPanel {
super.add(component, constraints);
}
@Override
protected void paintComponent(Graphics g) {
super.paintComponent(g);