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

com.apple.eawt.event.GestureUtilities Maven / Gradle / Ivy

Go to download

A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 and 6

The newest version!
package com.apple.eawt.event;
 
import javax.swing.JComponent;
 
public final class GestureUtilities
{
    static RuntimeException unimplemented()
    {
        return new RuntimeException("Unimplemented");
    }
 
    GestureUtilities() {
        unimplemented();
    }
 
    public static void addGestureListenerTo(JComponent paramJComponent, GestureListener paramGestureListener) {
        unimplemented();
    }
 
    public static void removeGestureListenerFrom(JComponent paramJComponent, GestureListener paramGestureListener) {
        unimplemented();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy