Main Page
From JGlade
You may also be interested in autoglade a tool that automagically creates a fully working application from the GUI glade definition plus some declarative information with no programming
Contents |
JGlade
Introduction
JGlade is a reimplementation of libglade in pure Java, enabling Glade UI designs to be ported to platform independent toolkits, such as SWT and Eclipse.
Toolkits are managed through an Abstract factory, and pluggable modules supporting other toolkits can be implemented.
Glade UI designer produces an XML file describing the interface in GTK+ terms, this file is parsed by JGlade and a new SWT interface is constructed making the necessary conversion from GTK+ to SWT or other toolkit.
http://sourceforge.net/projects/jglade
Downloads
Download site: http://sourceforge.net/project/showfiles.php?group_id=153625
Application samples
Contact
Mailing list: mailto:jglade-devel@lists.sf.net
Comments and suggestions are welcome: mailto:dtmilano@users.sf.net
Mediawiki
MediaWiki installation on SourceForge servers presents some challenges. The complete installation process is described in the article Mediawiki installation on SourceForge.
Please see documentation on customizing the interface and the User's Guide for usage and configuration help.
