import javax.swing.border.*; static JPanel jSection(Component c) { ret jSection("", c); } static JPanel jSection(fS title, final Component c) { ret swing(func -> JPanel { Border border = BorderFactory.createBevelBorder(BevelBorder.LOWERED); border = BorderFactory.createTitledBorder(border, title); JSection panel = new(c); panel.setBorder(border); ret panel; }); } static JPanel jSection(S title) { ret jSection(title, jpanel()); } static JPanel jSection(LiveValue<?> lv, Component c) { ret jLiveValueSection(lv, c); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment