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

10
LINES

< > BotCompany Repo | #1024636 // dm_ajc_parametersSection

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (10536L/74K).

static JComponent dm_ajc_parametersSection() {
  int timeFieldMinWidth = 40;
  ret jCenteredSection("Jump Cut Parameters", centeredLineWithSpacing(20,
    withLabelLeftAndRight("Volume threshold:", dm_spinner volumeThresholdPercent(0, 100), "%"),
      withLabelLeftAndRight("Shortest silence to cut:", jMinWidth(timeFieldMinWidth, dm_centeredTextField minSilence()), "s"),
      jline(
        withLabel("Lead-in/out:", jMinWidth(timeFieldMinWidth, dm_centeredTextField leadIn())),
        jlabel("/"),
        withLabelToTheRight(jMinWidth(timeFieldMinWidth, dm_centeredTextField leadOut()), "s"))));
}

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: 140 / 188
Version history: 1 change(s)
Referenced in: [show references]