This is a collection of classes to create gtk interfaces to the Debian bug tracking system (bts). The actual interaction is done by the {@link com.tildemh.debbug} package. The gtk aspect is handled with much thanks to the Java-Gnome project. This package includes a number os reusable widgets plus a number of applications which make use of them:

{@link com.tildemh.debbuggtk.BugViewer}
A simple application for viewing a bug report
{@link com.tildemh.debbuggtk.BugWatcher}
An application for monitoring package bugs, working in a similar way to an email client or news reader.
{@link com.tildemh.debbuggtk.BugReporter}
A graphical application for reporting bugs in packages. Note that this is still in the planning stages and work on it is unlikely to start until the rest of the package has been thoroughly tested.

License

This is released under the terms of the GNU Lesser General Public License.

Author

Initial work on the libraries and gtk applications has been done by Mark Howard <mh@debian.org>.