This commit is contained in:
2016-03-17 10:54:59 +01:00
parent 0b90ffd6a8
commit 0f1bf29a8e
19 changed files with 641 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
show_message("My message", title = "Title", blocking = True)
print get_option("Choose:" , option_type = SwingUtils.OptionType.YesNoCancel)
print get_option("Choose:" , type = "YesNoCancel")
print get_string("Enter string:", default = "default")