Procházet zdrojové kódy

Merge branch 'master' of https://koljastrohm-games.com:3000/GraphDrawer/NodeShuffler

Kolja Strohm před 6 roky
rodič
revize
26202d3fc0
4 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. binární
      doc/img/error_connected.png
  2. binární
      doc/img/full-application-example.png
  3. binární
      doc/img/logo.png
  4. 2 2
      src/view/LegendView.java

binární
doc/img/error_connected.png


binární
doc/img/full-application-example.png


binární
doc/img/logo.png


+ 2 - 2
src/view/LegendView.java

@@ -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 );