You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just changing an existing GUI that I have with some of the components available within RichTextFX and have run into a small problem.
Currently, I have a load function that loads text from a text file into an existing text area. I was wondering if there is an alternative to the setText() method available for RichTextFX?
` public void OpenFile(ActionEvent event) {
// Setting the filter to show only text files
FileChooser.ExtensionFilter filter = new FileChooser.ExtensionFilter("TXT Files (.txt)",".txt");
Hi All,
I'm just changing an existing GUI that I have with some of the components available within RichTextFX and have run into a small problem.
Currently, I have a load function that loads text from a text file into an existing text area. I was wondering if there is an alternative to the setText() method available for RichTextFX?
` public void OpenFile(ActionEvent event) {
// Setting the filter to show only text files
FileChooser.ExtensionFilter filter = new FileChooser.ExtensionFilter("TXT Files (.txt)",".txt");
The text was updated successfully, but these errors were encountered: