Exemple #1
0
 /**
  * Main method to start the RPMBrowser
  *
  * @param args The start arguments
  */
 public static void main(String[] args) {
     Locale.setDefault(Locale.ENGLISH);
     RPMBrowser frame = new RPMBrowser();
     frame.setVisible(true);
 }
Exemple #2
0
 internal IAC_WindowAdapter(RPMBrowser instance) {
     this.root= instance;
 }