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