Skip to content

Instantly share code, notes, and snippets.

View shiyifan's full-sized avatar
:octocat:
coding

Ivan shiyifan

:octocat:
coding
  • Changchun University of Science and Technology
  • China,Jilin
View GitHub Profile
@jewelsea
jewelsea / ListOrganizer.java
Created December 6, 2013 09:47
Use Drag and Drop to reorder items in a JavaFX ListView
import javafx.application.Application;
import javafx.collections.*;
import javafx.geometry.*;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.image.*;
import javafx.scene.input.*;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;