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

io.github.factoryfx.javafx.widget.Widget Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package io.github.factoryfx.javafx.widget;

import javafx.scene.Node;

public interface Widget {
    Node createContent();
    default void destroy(){

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy