|
@@ -29,8 +29,8 @@ public class LegendView extends JPanel {
|
|
|
int height = fm.getHeight() + PADDING * 2;
|
|
|
|
|
|
int x = PADDING;
|
|
|
- g.drawString( "Legende:", x, fm.getMaxAscent() + PADDING );
|
|
|
- x += fm.stringWidth( "Legende:" ) + PADDING;
|
|
|
+ g.drawString( "Legend:", x, fm.getMaxAscent() + PADDING );
|
|
|
+ x += fm.stringWidth( "Legend:" ) + PADDING;
|
|
|
|
|
|
g.setColor( Color.LIGHT_GRAY );
|
|
|
g.fillOval( x, PADDING, height - PADDING*2, height - PADDING*2 );
|