|
@ -25,7 +25,7 @@ public class StartDarkSoulsGame { |
|
|
JLabel weaponLabel; |
|
|
JLabel weaponLabel; |
|
|
JLabel weaponLabelName; |
|
|
JLabel weaponLabelName; |
|
|
Font titelFont = new Font("Times new Roman", Font.PLAIN, 90); |
|
|
Font titelFont = new Font("Times new Roman", Font.PLAIN, 90); |
|
|
Font normalFont = new Font ("Times new Roman", Font.PLAIN, 28); |
|
|
|
|
|
|
|
|
Font normalFont = new Font ("Times new Roman", Font.PLAIN, 27); |
|
|
JButton startButton; |
|
|
JButton startButton; |
|
|
JButton StartButton, choice1, choice2, choice3, choice4; |
|
|
JButton StartButton, choice1, choice2, choice3, choice4; |
|
|
Container con; |
|
|
Container con; |
|
|