package visualiser.model; import com.interactivemesh.jfx.importer.Importer; import javafx.scene.layout.Pane; /** * Created by fwy13 on 29/08/17. */ public class BoatDisplay3D extends Pane { public BoatDisplay3D(String filePath){ super(); // Shape3D // this.getChildren().add(); } }