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

com.guigarage.flatterfx.overlay.OverlayPane Maven / Gradle / Ivy

The newest version!
package com.guigarage.flatterfx.overlay;

import java.util.UUID;

import javafx.scene.Node;
import javafx.scene.image.Image;

public interface OverlayPane {

	public UUID show(String title, Image icon, Node node, OverlayType type);
	
	public void hide(UUID showId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy