java.awt.MenuShortcut Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tornadofx-android-compat Show documentation
Show all versions of tornadofx-android-compat Show documentation
Provides the missing JDK classes from the Android SDK.
package java.awt;
import java.awt.event.MouseListener;
import java.io.Serializable;
public class MenuShortcut implements Serializable {
public synchronized void addMouseListener(MouseListener listener) {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy