Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
You can use H/V List Box(align("center")) or H/V Center Box
Names Default To Here(1);
nw = New Window("Test",
V List Box(
align("center"),
Text Box("Test Center alignment"),
CB = Combo Box({"1", "2", "3", "4"})
)
);
You can use H/V List Box(align("center")) or H/V Center Box
Names Default To Here(1);
nw = New Window("Test",
V List Box(
align("center"),
Text Box("Test Center alignment"),
CB = Combo Box({"1", "2", "3", "4"})
)
);