I realy didnt really knwo what i did.

This commit is contained in:
Noah
2021-10-04 23:00:48 +02:00
parent 054de595c3
commit 496a18d70d
7 changed files with 3 additions and 1260 deletions
-1257
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+3 -3
View File
@@ -47,7 +47,7 @@ public class MenuWindow {
menuWindow.setTitle(title);
ImageIcon imageIcon = new ImageIcon("src/data/PNG/Icon.png");
ImageIcon imageIcon = new ImageIcon("src/files/PNG/Icon.png");
menuWindow.setIconImage(imageIcon.getImage());
@@ -99,7 +99,6 @@ public class MenuWindow {
xAxis.setVisible(true);
xAxisName = new JLabel("Breite in Zellen:");
xAxisName.setBounds(50, 100, 200, 30);
xAxisName.setFont(text);
@@ -128,6 +127,7 @@ public class MenuWindow {
sliderLocked = true;
String s = xAxisLabel.getText();
xAxis.setValue(Integer.parseInt(s));
xAxisSize = xAxis.getValue();
sliderLocked = false;
}
@@ -279,7 +279,7 @@ public class MenuWindow {
});
preview = new ImageIcon("src/data/PNG/Preview.png");
preview = new ImageIcon("src/files/PNG/Preview.png");
previewLabel = new JLabel(preview);
previewLabel.setBounds(450, 45, 203, 302);