I realy didnt really knwo what i did.
This commit is contained in:
-1257
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 |
@@ -47,7 +47,7 @@ public class MenuWindow {
|
|||||||
|
|
||||||
menuWindow.setTitle(title);
|
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());
|
menuWindow.setIconImage(imageIcon.getImage());
|
||||||
|
|
||||||
|
|
||||||
@@ -99,7 +99,6 @@ public class MenuWindow {
|
|||||||
xAxis.setVisible(true);
|
xAxis.setVisible(true);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
xAxisName = new JLabel("Breite in Zellen:");
|
xAxisName = new JLabel("Breite in Zellen:");
|
||||||
xAxisName.setBounds(50, 100, 200, 30);
|
xAxisName.setBounds(50, 100, 200, 30);
|
||||||
xAxisName.setFont(text);
|
xAxisName.setFont(text);
|
||||||
@@ -128,6 +127,7 @@ public class MenuWindow {
|
|||||||
sliderLocked = true;
|
sliderLocked = true;
|
||||||
String s = xAxisLabel.getText();
|
String s = xAxisLabel.getText();
|
||||||
xAxis.setValue(Integer.parseInt(s));
|
xAxis.setValue(Integer.parseInt(s));
|
||||||
|
xAxisSize = xAxis.getValue();
|
||||||
sliderLocked = false;
|
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 = new JLabel(preview);
|
||||||
previewLabel.setBounds(450, 45, 203, 302);
|
previewLabel.setBounds(450, 45, 203, 302);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user