update
This commit is contained in:
@@ -12,4 +12,7 @@ public class Sautoir extends JComponent {
|
||||
protected void paintComponent(Graphics pinceau) {
|
||||
|
||||
Graphics secondPinceau = pinceau.create();
|
||||
secondPinceau.setColor(this.getForeground());
|
||||
secondPinceau.setColor(this.getForeground());
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user