|
@@ -305,7 +305,7 @@ public class MainView {
|
|
|
|
|
|
@Override
|
|
|
public void actionPerformed(ActionEvent e) {
|
|
|
- JDialog diag = new JDialog( frame, "Zufälligen Graph gennerieren" );
|
|
|
+ JDialog diag = new JDialog( frame, "Generate random graph" );
|
|
|
diag.setLayout( new GridBagLayout() );
|
|
|
GridBagConstraints c = new GridBagConstraints();
|
|
|
c.gridx = 0;
|