All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.athi.athifx.gui.navigation.view.AView Maven / Gradle / Ivy

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