< prev index next >

src/java.desktop/share/classes/javax/swing/UIDefaults.java

Print this page

        

*** 1189,1198 **** --- 1189,1202 ---- */ public static class LazyInputMap implements LazyValue { /** Key bindings are registered under. */ private Object[] bindings; + /** + * Constructs a {@code LazyInputMap}. + * @param bindings the bindings + */ public LazyInputMap(Object[] bindings) { this.bindings = bindings; } /**
< prev index next >