jar

io.github.otaka : MultiTouchGesturesJava

Maven & Gradle

May 08, 2023
0 stars

MultiTouch Gestures Java · Library that allows you to use macOS multitouch gestures in Java Swing applications.

Table Of Contents

Latest Version

Download io.github.otaka : MultiTouchGesturesJava JAR file - Latest Versions:

All Versions

Download io.github.otaka : MultiTouchGesturesJava JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window MultiTouchGesturesJava-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.martijncourteaux.multitouchgestures

├─ com.martijncourteaux.multitouchgestures.EventDispatch.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.GestureAdapter.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.GestureListener.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.MultiTouchClient.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.MultiTouchGestureUtilities.class - [JAR]

com.martijncourteaux.multitouchgestures.event

├─ com.martijncourteaux.multitouchgestures.event.GestureEvent.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.event.MagnifyGestureEvent.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.event.RotateGestureEvent.class - [JAR]

├─ com.martijncourteaux.multitouchgestures.event.ScrollGestureEvent.class - [JAR]