static JTextField tableSearchField(JTable t) { ret firstComponentOfType(t.getParent(), JTextField.class); }