Skip to content

Commit

Permalink
Minor. Changed the default color when no label annotation is provided.
Browse files Browse the repository at this point in the history
  • Loading branch information
claczny committed Nov 26, 2014
1 parent 6edc6d9 commit 6dbf5a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/interface/VizBin/dist/VizBin-dist.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.awt.Color;

public enum PointColor {
BLACK(Color.BLACK), BLUE(Color.BLUE), RED(Color.RED), GREEN(Color.GREEN), ORANGE(Color.ORANGE);
BLUE(Color.BLUE), BLACK(Color.BLACK), RED(Color.RED), GREEN(Color.GREEN), ORANGE(Color.ORANGE);

private Color color;

Expand Down

0 comments on commit 6dbf5a4

Please sign in to comment.