public class MouseAdapter extends Object
This class provides a minimal stub implementation of a mouse event adapter to allow the NDT tool to run in headless environments. The adapter provides empty methods for mouse event handling but no actual functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system or mouse input.