Posts by Evandro Casanova • 11 points
3 posts
-
1
votes0
answers57
viewsQ: Problem with JAVA paths
I am on a project and I find myself with the following problem. a part of the code has the following: Path caminho2 = Paths.get("C:\\Users\\Evandro\\Documents\\Java\\Player beta…
-
0
votes0
answers48
viewsQ: I need to open the first link of a youtube search in a webview
The webview will not be visible, so the goal is to automatically open the first video of the search. I believe it is not too complicated in JS. code: public class FXMLDocumentController implements…
-
-2
votes1
answer212
viewsQ: Error executing code in netbeans (JAVAFX)
The error is as follows (remembering that only happens in javafx, in swing everything works normal): Exception in Application start method java.lang.reflect.InvocationTargetException at…