Author changed
This commit is contained in:
parent
5a3541acf1
commit
b777e4c817
@ -12,6 +12,11 @@ import javafx.stage.Stage;
|
|||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Start class
|
||||||
|
*
|
||||||
|
* @author naumueller
|
||||||
|
*/
|
||||||
public class FxStart extends Application {
|
public class FxStart extends Application {
|
||||||
|
|
||||||
private static Scene scene;
|
private static Scene scene;
|
||||||
|
@ -16,7 +16,7 @@ import javafx.scene.control.ButtonType;
|
|||||||
/**
|
/**
|
||||||
* FXML Controller class
|
* FXML Controller class
|
||||||
*
|
*
|
||||||
* @author aumni
|
* @author naumueller
|
||||||
*/
|
*/
|
||||||
public class FxViewController implements Initializable {
|
public class FxViewController implements Initializable {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user