Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1007190 // tableSearchField - find search bar on top of JTable

JavaX fragment (include)

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

Author comment

Began life as a copy of #1004385

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007190
Snippet name: tableSearchField - find search bar on top of JTable
Eternal ID of this version: #1007190/3
Text MD5: 3664b4478cf9e1977c691d0f6bb8f2d8
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-11 14:38:10
Source code size: 183 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 372 / 408
Version history: 2 change(s)
Referenced in: [show references]