Posts by IOOI SISTEMAS • 11 points
3 posts
-
1
votes1
answer675
viewsQ: Javascript - Difference between img.src="path" and img.setAttribute('src','path')
What’s the difference between setting the path of an image in Javascript using a variable : img.src="caminho" And setting the src attribute, for example: img.setAttribute('src','caminho')…
javascriptasked IOOI SISTEMAS 11 -
0
votes1
answer310
viewsA: BUG - New JAVAFX Project in NETBEANS 11
I was able to solve the problem, I switched to Windows and performed the same installation procedure JDK13+NETBEANS11.1, and it didn’t work. Then I got the idea to uninstall JDK 13 and install JDK 8…
-
-1
votes1
answer310
viewsQ: BUG - New JAVAFX Project in NETBEANS 11
I’m trying to create a new project with JAVAFX in the NETBEANS 11.1 with the UBUNTU 18.04. I tried several ways to configure, reinstalled JDK, switched between JDK 13 and Openjdk, installed openjfx,…