瀏覽代碼

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

Kolja Strohm 6 年之前
父節點
當前提交
26202d3fc0
共有 4 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      doc/img/error_connected.png
  2. 二進制
      doc/img/full-application-example.png
  3. 二進制
      doc/img/logo.png
  4. 2 2
      src/view/LegendView.java

二進制
doc/img/error_connected.png


二進制
doc/img/full-application-example.png


二進制
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 );