fix: remove unused imports
This commit is contained in:
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -1,15 +1,8 @@
|
|||||||
package com.lenis0012.oraksi;
|
package com.lenis0012.oraksi;
|
||||||
|
|
||||||
import javafx.application.Platform;
|
|
||||||
import javafx.fxml.FXML;
|
|
||||||
import org.eclipse.fx.drift.DriftFXSurface;
|
|
||||||
|
|
||||||
public class HelloController {
|
public class HelloController {
|
||||||
|
|
||||||
// @FXML
|
public void initialize() {
|
||||||
// private DriftFXSurface sceneExplorer;
|
}
|
||||||
//
|
|
||||||
// public void initialize() {
|
|
||||||
// Platform.runLater(() -> new SceneExplorer(sceneExplorer).start());
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user