static JTextField tableSearchField(JTable t) { // rough pcall { ret firstComponentOfType(parentOfType(t, JScrollPane.class).getParent(), JTextField.class); } null; }