test-stub-toolkit/src/com/sun/javafx/pgstub/StubToolkit.java

Print this page

        

*** 79,88 **** --- 79,89 ---- import com.sun.javafx.sg.PGCanvas; import com.sun.javafx.sg.PGCircle; import com.sun.javafx.sg.PGCubicCurve; import com.sun.javafx.sg.PGCylinder; import com.sun.javafx.sg.PGEllipse; + import com.sun.javafx.sg.PGExternalNode; import com.sun.javafx.sg.PGGroup; import com.sun.javafx.sg.PGImageView; import com.sun.javafx.sg.PGLightBase; import com.sun.javafx.sg.PGLine; import com.sun.javafx.sg.PGMeshView;
*** 436,445 **** --- 437,450 ---- @Override public PGText createPGText() { return new StubText(); } + @Override public PGExternalNode createPGExternalNode() { + return new StubExternalNode(); + } + /* * additional testing functions */ public void fireTestPulse() { firePulse();