I have wanted very simple dialog box implementation for asking user questions, such as what is intended by the 'zenity' (or previous XDialog) type of interfaces.
After looking at options I settled on using swing based UI components and it is based on the information available from:
https://wiki.python.org/jython/SwingExamples
The specific use of this code is targeted to user inputs for simple activities and it appears as if there isn't any single 'aggregator' and I tried to provide this...