Posts by Aprendendo • 1 point
2 posts
-
0
votes4
answers788
viewsA: Convert Int to String
Good according to this excerpt from the code: f = new Function(String.valueOf(jtxtFunctioning.gettext()), jTxtDepartment.gettext()); you are trying to get the String part of a text field, which is…
-
0
votes0
answers148
viewsQ: Swing integrated with Javafx is possible?
I wanted to know if it is possible to call a Javafx screen through a Swing screen button. The code of the Javafx screen I want to call is the following: public class EditorHTML extends Application {…