The JavaFX platform enables developers to create and deploy rich desktop or browser-embedded applications that behave consistently across multiple platforms and browsers. It is built on Java technology and has replaced Swing as the standard Java client UI library. Apps can be deployed standalone for ...

learn more… | top users | synonyms

8
votes
2answers
1k views

Console component in JavaFX

I would like a review on my Console class I made in JavaFX 8. It features the following: A text field where you can enter input, the input gets copied into the ...