FXML Custom Chart
问题 I've been using custom fitting chart from Ensemble Test, which works great. Problem is I cannot use it in FXML. Someone else seemed to do that successfully. Error: Instances of curvefittedareachartappfxml.CurvedFittedAreaChart cannot be created by FXML Loader. FXMLDocument.fxml <?import javafx.scene.chart.*?> <?import java.lang.*?> <?import java.util.*?> <?import javafx.scene.*?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <?import curvefittedareachartappfxml