RichTextFX icon indicating copy to clipboard operation
RichTextFX copied to clipboard

How to use RichTextFx ?

Open ondrejurban220 opened this issue 4 years ago • 1 comments

I don't know how to use the RichTextFx in my project. I have tried to somehow put it in my project for hours but without success. I tried to include the fat jar into libraries, and other parth os the RichTextFx repository in my JavaFx application but without success. I couldn't find anywhere on the internet a step by step guide of how to somehow put it into the project. I found some but I am probably not skilled programmer enough to understand it. I don't use maven or gradle. Is there a way of how to use RichTextFx in my project ? It seems to me as it lacks a step by step guide of how to use RichTextFx without maven or gradle for not so skilled programmers.

I use IntelliJ idea. Windows 10. Java 11.

ondrejurban220 avatar Jan 13 '22 14:01 ondrejurban220

I recommend using Maven or Gradle, it's easier than manually managing JAR's. You can easily add it as dependency with a GUI here: screenshot

QazCetelic avatar Jul 05 '22 19:07 QazCetelic