03.08.2020
This commit is contained in:
parent
aeb31962de
commit
d0b89a4d86
|
@ -59,7 +59,7 @@ public class Main extends Application {
|
||||||
private void handleButtonAction(ActionEvent event) {
|
private void handleButtonAction(ActionEvent event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Game
|
// G A M E
|
||||||
|
|
||||||
public void initialize(URL url, ResourceBundle rb) {
|
public void initialize(URL url, ResourceBundle rb) {
|
||||||
label = progress;
|
label = progress;
|
||||||
|
@ -170,9 +170,9 @@ public class Main extends Application {
|
||||||
|
|
||||||
// Returns the difficult wordlist
|
// Returns the difficult wordlist
|
||||||
public InputStream difficult() {
|
public InputStream difficult() {
|
||||||
String easy = "/wordeasy.txt";
|
String easy = "/wordlists/wordeasy.txt";
|
||||||
String medium = "/wordmedium.txt";
|
String medium = "/wordlists/wordmedium.txt";
|
||||||
String hard = "/wordhard.txt";
|
String hard = "/wordlists/wordhard.txt";
|
||||||
|
|
||||||
InputStream in = null;
|
InputStream in = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user