forked from External/mage
add missing Override annotations
This commit is contained in:
parent
3fa2deaa64
commit
5ba206111a
15 changed files with 40 additions and 9 deletions
|
|
@ -32,6 +32,8 @@ public class Arrow extends JPanel {
|
|||
setOpacity(0.6f);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void paintComponent(Graphics g) {
|
||||
super.paintComponent(g);
|
||||
float ex = endX - startX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue