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

9
LINES

< > BotCompany Repo | #1016242 // dataToTable_uneditable_ifHasTable

JavaX fragment (include)

static JTable dataToTable_uneditable_ifHasTable(O data, final JTable table) {
  if (table != null)
    dataToTable_uneditable(table, data);
  ret table;
}

static JTable dataToTable_uneditable_ifHasTable(JTable table, O data) {
  ret dataToTable_uneditable_ifHasTable(data, table);
}

Author comment

Began life as a copy of #1003642

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016242
Snippet name: dataToTable_uneditable_ifHasTable
Eternal ID of this version: #1016242/2
Text MD5: c04d23e231184b413c18a1aeab71ae2a
Author: stefan
Category: javax swing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-16 13:15:10
Source code size: 287 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 296 / 332
Version history: 1 change(s)
Referenced in: [show references]