$(panel).keypress(KeyEvent.VK_ESCAPE, handler).
278279280281282283284
* * @param object The Components to wrap. * @return A CoreComponent wrapping the given Components. */ public static CoreComponent $(Component... object) { return new CoreComponent($, object); }