- Joined
- Jun 7, 2015
- Messages
- 100
- Thread Author
- #1
Hi, so I've followed this tutorial, but it throws a file not found exception though I am positive it is right?
and my file path (excuse the poorly structured folders):
The GUI still pops up, but it is way too big and nothing is on it.
As well, my other question; I have a ComboBox populated with 3 spells, how would I set what spell to cast to a variable in the main class?
-> Select spell > send to main class to set the variable > start script > cast spell > repeat cast > etc
Code:
(07:42:29) java.io.FileNotFoundException: \bots\stressSplasher\GUI.fxml (The system cannot find the path specified)
and my file path (excuse the poorly structured folders):
The GUI still pops up, but it is way too big and nothing is on it.
As well, my other question; I have a ComboBox populated with 3 spells, how would I set what spell to cast to a variable in the main class?
-> Select spell > send to main class to set the variable > start script > cast spell > repeat cast > etc