com.github.athi.athifx.gui.navigation.view.AView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of athi-fx-gui Show documentation
Show all versions of athi-fx-gui Show documentation
AthiFX project for creating JavaFX simple application GUI.
The newest version!
package com.github.athi.athifx.gui.navigation.view;
import javafx.scene.layout.VBox;
/**
* Created by Athi on 20.02.2016.
*/
public abstract class AView extends VBox {
public abstract void enter();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy