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;
|
||||
|
||||
import javafx.application.Platform;
|
||||
import javafx.fxml.FXML;
|
||||
import org.eclipse.fx.drift.DriftFXSurface;
|
||||
|
||||
public class HelloController {
|
||||
|
||||
// @FXML
|
||||
// private DriftFXSurface sceneExplorer;
|
||||
//
|
||||
// public void initialize() {
|
||||
// Platform.runLater(() -> new SceneExplorer(sceneExplorer).start());
|
||||
// }
|
||||
public void initialize() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user