com.jguild.jrpm.ui

Class RPMBrowser

public class RPMBrowser extends JFrame implements ActionListener

A browser to search for rpm files in a given directory. The rpms are schown in a tree. The tree display the in rpm defined groups. So every rpm that point to the same group are sorted into the same node in the tree. This browser should demonstrate the functionality of jRPM.

Author: kuss

Constructor Summary
RPMBrowser()
Creates a new RPMBrowser object.
Method Summary
voidactionPerformed(ActionEvent e)
static voidmain(String[] args)
Main method to start the RPMBrowser

Constructor Detail

RPMBrowser

public RPMBrowser()
Creates a new RPMBrowser object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

main

public static void main(String[] args)
Main method to start the RPMBrowser

Parameters: args The start arguments