This document discusses using multi-touch and sensors in Java applications. It introduces JavaFX for touch support in Java and using JNI to access sensors from Java. It outlines the touch events and gestures supported in JavaFX. It also lists common sensors available on ultrabooks like accelerometers, gyroscopes, and GPS. It provides an overview of the Windows sensor APIs and how to use JNI to call native C++ methods to handle sensor events from Java.