otify.2.13.source-code.WindowUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Notify Show documentation
Show all versions of Notify Show documentation
Linux, MacOS, or Windows (notification/growl/toast/) popups for the desktop for Java 8+
package dorkbox.notify;
import java.awt.Window;
public interface WindowUtil {
float getOpacity(final Window window);
void setOpacity(final Window window, final float opacity);
}