From: Roland Andersson Date: Thu, 15 May 2003 23:44:02 +0000 (+0000) Subject: no message X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=commitdiff_plain;h=cf968519ee77ab329c3e739c6340a9d688a31508 no message --- diff --git a/MooViewCounter.java b/MooViewCounter.java index d5f8d6b..5417721 100644 --- a/MooViewCounter.java +++ b/MooViewCounter.java @@ -50,7 +50,7 @@ public class MooViewCounter extends JPanel { if (!(g instanceof Graphics2D)) return; Graphics2D g2 = (Graphics2D)g; - g2.setColor(Color.black); + g2.setColor(Color.white); for (int c = 0; c < 200; c++) { g2.drawLine(0, c * CELL_HEIGHT, 5, c * CELL_HEIGHT); // 1/16 g2.drawLine(0, c * CELL_HEIGHT * halfBeat, 10, c * CELL_HEIGHT * halfBeat); // 1/8