apps/samples/Ensemble8/src/samples/java/ensemble/samples/language/swing/SwingInteropApp.java

Print this page
rev 7333 : RT-37699: fix conditionalFeatures tags for Ensemble samples
Reviewed-by:

*** 54,63 **** --- 54,64 ---- * @see javafx.scene.chart.Chart * @see javafx.scene.chart.NumberAxis * @see javafx.scene.chart.XYChart * @see javafx.scene.web.WebEngine * @see javafx.scene.web.WebView + * @conditionalFeatures SWING */ public class SwingInteropApp extends Application { final SwingInteropService service = new SwingInteropService(); final Button button = new Button("Run SwingInterop");