()
| 72 | } |
| 73 | |
| 74 | private static JFXPanelFromResource<SimpleHtmlPanelController> createHtmlPane() |
| 75 | { |
| 76 | return new JFXPanelFromResource<>( |
| 77 | SimpleHtmlPanelController.class, |
| 78 | "SimpleHtmlPanel.fxml" |
| 79 | ); |
| 80 | } |
| 81 | |
| 82 | private void initComponents() |
| 83 | { |
no outgoing calls
no test coverage detected