Menu

Tree [58ae0d] master tag1 /
 History

HTTPS access


File Date Author Commit
 JyDialog 2013-12-11 nnat nnat [58ae0d] choice listmulti was printing to console
 doc 2013-12-11 nnat nnat [1934b2] added images and fixed test py
 tests 2013-12-11 nnat nnat [d178a3] added checkboxes and radio buttons
 README.txt 2013-12-11 nnat nnat [a98ee3] updated readme

Read Me

           ==========================================
           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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.