Libraryless. Click here for Pure Java version (4058L/24K).
1 | static JComponent jhsplitSections(S section1, Component contents1, |
2 | S section2, Component contents2) {
|
3 | ret jhsplit( |
4 | jCenteredSection(section1, contents1), |
5 | jCenteredSection(section2, contents2)); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030761 |
| Snippet name: | jhsplitSections |
| Eternal ID of this version: | #1030761/1 |
| Text MD5: | 7af73c996d33a50f44d2dce1c71a6557 |
| Transpilation MD5: | c28d0a583fb21a651e527bc69412c303 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-19 14:54:30 |
| Source code size: | 212 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 367 / 481 |
| Referenced in: | [show references] |