mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
add missing Override annotations
This commit is contained in:
parent
3fa2deaa64
commit
5ba206111a
15 changed files with 40 additions and 9 deletions
|
|
@ -56,6 +56,8 @@ public class ImagePanel extends JPanel {
|
|||
super.add(component, constraints);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void paintComponent(Graphics g) {
|
||||
super.paintComponent(g);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue