Metadata-Version: 1.0
Name: jython-swingutils
Version: 1.0b2
Summary: Makes using Java's Swing UI toolkit easy on Jython
Home-page: http://pypi.python.org/jython-swingutils/
Author: Alex Gronholm
Author-email: swingutils@nextday.fi
License: MIT
Description: Jython Swing Utilities
        ======================
        
        A collection of utility classes and helper functions to make it easier to build
        Swing user interfaces with Jython. The helpers provide "pythonic" alternatives
        to often clumsy Java APIs.
        
        Included in this package:
        
        * enhanced table, list and combobox models
        * JavaBeans support and automatic property change notification
        * an alternative API for adding/removing event listeners
        * a powerful data binding system that supports Swing components
        * preferences access
        * text field formatters
        * shortcuts for loading resources (images or generic data) via class loaders
        * shortcuts for basic dialogs
        * enhanced file selection dialogs
        * wrappers for loading `JFormDesigner <http://www.jformdesigner.com/>`_ forms
        * decorators and functions for safely accessing the GUI from any thread
        * support for running background tasks in separate threads
        
        Requires Jython 2.5.1 or later.
        
        Documentation can be found at the Jython-Swingutils
        `documentation repository <http://packages.python.org/jython-swingutils/>`_
        
        The source code and the issue tracker can be found at
        `Bitbucket <http://bitbucket.org/agronholm/jython-swingutils/>`_.
        
Keywords: jython swing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Java
Classifier: Topic :: Software Development :: User Interfaces
