Libraryless. Click here for Pure Java version (10536L/74K).
1 | static JComponent dm_ajc_parametersSection() {
|
2 | int timeFieldMinWidth = 40; |
3 | ret jCenteredSection("Jump Cut Parameters", centeredLineWithSpacing(20,
|
4 | withLabelLeftAndRight("Volume threshold:", dm_spinner volumeThresholdPercent(0, 100), "%"),
|
5 | withLabelLeftAndRight("Shortest silence to cut:", jMinWidth(timeFieldMinWidth, dm_centeredTextField minSilence()), "s"),
|
6 | jline( |
7 | withLabel("Lead-in/out:", jMinWidth(timeFieldMinWidth, dm_centeredTextField leadIn())),
|
8 | jlabel("/"),
|
9 | withLabelToTheRight(jMinWidth(timeFieldMinWidth, dm_centeredTextField leadOut()), "s")))); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024636 |
| Snippet name: | dm_ajc_parametersSection |
| Eternal ID of this version: | #1024636/2 |
| Text MD5: | 7e93912a9ccb2843b617904948fd45d2 |
| Transpilation MD5: | f785d2e1353d06473ed4b6ec0fb7ed74 |
| Author: | stefan |
| Category: | javax / ajc |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-21 13:54:31 |
| Source code size: | 613 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 412 / 519 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |