Posts by Samuel Santiago • 43 points
3 posts
-
1
votes0
answers54
viewsQ: Problem in crossing parameters between screens in Javafx
Friends, this is my main start method of a Javafx project. The idea was for me to store a cache of all the screens so that I could pass objects between the screens through the Observer Pattern. The…
-
1
votes3
answers658
viewsA: Javafx: Location is required
Both are correct friends, but turned out it was just a missing library problem. I was using the jfoenix library and when switching machines I forgot to export the new path of jfoenix.jar, because of…
-
2
votes3
answers658
viewsQ: Javafx: Location is required
This is the main code, I’m having problems regarding Fxmlloader, because I’ve tried several ways and the path is never found. package com.quixada.ufc.fbd.main; import java.util.ArrayList; import…