static JButton renameButton(JComponent c, S name) { JButton b = first(childrenOfType(c, JButton.class)); if (b != null) b.setText(name); ret b; } static JButton renameButton(JComponent c, S oldName, S newName) { JButton b = findButton(c, oldName); if (b != null) b.setText(newName); ret b; }
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