Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JavaFX text
JavaFX text [message #1756489] Fri, 17 March 2017 18:32
Connor  Fallon is currently offline Connor FallonFriend
Messages: 1
Registered: March 2017
Junior Member
How do I make text with JavaFX? I can't figure out, it's just constant errors.
I have tried several different methods.
Text t = new Text();
t.setText("text");
doesn't work. Neither does
Text t = new Text("text");
work.
Previous Topic:Papyrus Installation on Ubuntu 16.10
Next Topic:Eclipse Startup error , Java?
Goto Forum:
  


Current Time: Thu Apr 25 08:49:56 GMT 2024

Powered by FUDForum. Page generated in 0.08077 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top