If you have only one context variable or if you're ok with asking one question at a time with a simple message box for each one, you might use the tMsgBox component.
But if you're looking to fill a set of context variables with a single window, you'll need to implement a custom solution using Java. I suggest you take a look at JFrame and JPanel classes as a start.