(String str)
| 81 | } |
| 82 | |
| 83 | private static String unescape(String str) { |
| 84 | return str.replace("\\n", "\n"); |
| 85 | } |
| 86 | |
| 87 | public static void stringToTextFlowNodes(TextFlow text, String str) { |
| 88 | text.getChildren().setAll(UIUtil.stringToTextFlowNodes(str)); |
no test coverage detected