--- a/apps/samples/Ensemble8/src/app/java/ensemble/EnsembleApp.java - // when succeeded add this stylesheet to the scene --- a/apps/samples/Ensemble8/src/app/java/ensemble/HomePage.java -// System.out.println("Clicked " + Samples.HIGHLIGHTS[highlightIndex].name); --- a/apps/samples/Ensemble8/src/app/java/ensemble/control/Popover.java - // check if event is outside popup --- a/apps/samples/Ensemble8/src/app/java/ensemble/samplepage/XYDataVisualizer.java -// chart.setData(null); --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/animation/timeline/TimelineApp.java - //start timeline - //stop timeline - //play from start - //pause from start --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/charts/line/stock/StockLineChartApp.java - // 6 minutes data per frame --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/scrollbar/ScrollBarApp.java - //changes the x position of the circle - //changes the y position of the circle --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/graphics2d/brickbreaker/Level.java - // Support touch-only devices like some mobile phones --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/language/changelistener/ChangeListenerApp.java - //add the listener on property hover - //remove the listener --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/language/observablelist/ObservableListApp.java - //remove the listener --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/media/advancedmedia/MediaControl.java - //playButton.setText("||"); --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/advancedstage/AdvancedStageApp.java - // INITIALISATION OF THE STAGE/SCENE - //create stage which has set stage style transparent - //create root node of scene, i.e. group - //create scene with set width, height and color - //set scene to stage - //center stage on screen - //show the stage - // CREATION OF THE DRAGGER (CIRCLE) - //create dragger with desired size - //fill the dragger with some nice radial background - //when mouse button is pressed, save the initial position of screen - //when screen is dragged, translate it accordingly - // CREATE MIN AND CLOSE BUTTONS - //create button for closing application - //in case we would like to close whole demo - //javafx.application.Platform.exit(); - //however we want to close only this instance of stage - //create button for minimalising application - // CREATE SIMPLE TEXT NODE - // USE A LAYOUT VBOX FOR EASIER POSITIONING OF THE VISUAL NODES ON SCENE - //add all nodes to main root group --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/events/gestureevent/GestureEventApp.java - // scroll amount --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/events/keystrokemotion/LettersPane.java - // we are done remove us from scene --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/events/mouseevent/MouseEventApp.java - //log mouse move to console, method listed below - //change the z-coordinate of the circle - //when mouse is pressed, store initial position --- a/apps/samples/Ensemble8/src/samples/java/ensemble/samples/scenegraph/events/multitouch/MultiTouchImageView.java - // postView.toFront(); --- a/apps/toys/Hello/src/main/java/hello/FloodGame.java - // setFill - // TODO not the best place to put the win check, since - // this gets called once for EVERY cell that's changing color --- a/apps/toys/Hello/src/main/java/hello/HelloTableView.java -// Object obj = t.getNewValue(); -// -// if (obj instanceof String) { -// ListView lv = t.getSource(); -// lv.getItems().remove((int) lv.getEditingIndex()); -// lv.getItems().add( (int) lv.getEditingIndex(), obj); -// } -// data.set(2, new Person("Jonathan", "Giles")); --- a/modules/controls/src/main/java/com/sun/javafx/scene/control/skin/ScrollPaneSkin.java - // block the event from being passed down to children --- a/modules/controls/src/main/java/com/sun/javafx/scene/control/skin/VirtualFlow.java - // block the event from being passed down to children --- a/modules/graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java - // Embedded in SWT, with shared event thread - // Embedded in SWT, with shared event thread --- a/modules/graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java - // Embedded in SWT, with shared event thread --- a/modules/graphics/src/main/java/com/sun/glass/ui/win/WinApplication.java - // Embedded in SWT, with shared event thread --- a/modules/graphics/src/main/java/com/sun/javafx/application/LauncherImpl.java - // Note, this method is called on the FX Application Thread --- a/modules/graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java -// System.err.println("PlatformImpl.tkExit: calling Toolkit.exit"); --- a/modules/graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java - // Ensure that the toolkit can only be started here --- a/modules/graphics/src/main/java/javafx/concurrent/Service.java - // Addition of doPrivileged added due to RT-19580 --- a/tests/system/src/test/java/javafx/stage/ShowAndWaitTest.java - // This should happen after the nested event loop exits - // This should happen after the nested event loop exits