Jython Simple Dialogs Code
Simple UI Dialog boxes much like 'zenity' project for jython
Brought to you by:
venkman69
File | Date | Author | Commit |
---|---|---|---|
JyDialog | 2013-12-11 |
![]() |
[58ae0d] choice listmulti was printing to console |
doc | 2013-12-11 |
![]() |
[1934b2] added images and fixed test py |
tests | 2013-12-11 |
![]() |
[d178a3] added checkboxes and radio buttons |
README.txt | 2013-12-11 |
![]() |
[a98ee3] updated readme |
========================================== JyDialog: A simple Jython Swing UI toolkit to do what zenity does in unix ========================================== ----- What is it ---------- JyDialog attempts to do what zenity has done for unix but in jython. It provides the very basic set of UI elements that would be satisfy most requirements for simple user requests. 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 functionality. Hope you enjoy! The following items are provided: - Warning popup - Confirm dialog - Text box - List box - pull down kind - Combo box - option list with single and multi selection - File picker with filters - Directory picker - A tree menu with a simple setup - Checkbox with horizontal and vertical layouts - Radio button box with horizontal and vertical layouts