static bool tableShouldThink(JTable table) { JFrame f = getFrame(table); ret f != null && getFrame(table).isFocused() && !mouseInComponent(table); }