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

net.thevpc.echo.spi.peers.AppWindowPeer Maven / Gradle / Ivy

package net.thevpc.echo.spi.peers;

import net.thevpc.echo.Bounds;

public interface AppWindowPeer extends AppComponentPeer{

    void resize(double x,double y,double w,double h);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy