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

java.awt.Toolkit Maven / Gradle / Ivy

package java.awt;

public class Toolkit {
    public static synchronized Toolkit getDefaultToolkit() {
        return new Toolkit();
    }
    public void beep() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy