@Override protected void installListeners() { super.installListeners(); toolBar.addPropertyChangeListener(this); WindowUtils.installJComponentRepainterOnWindowFocusChanged(toolBar); }
/** * DOCUMENT ME! * * @return DOCUMENT ME! */ private Color getSelectedRowBottomHighlight() { return WindowUtils.isParentWindowFocused(table) ? selectionActiveBottomBorderColor : selectionInactiveBottomBorderColor; }