Preferences Editor

de.jppietsch.prefedit
Class PrefEdit

java.lang.Object
  extended byde.jppietsch.prefedit.PrefEdit

public class PrefEdit
extends Object

An editor to edit Java-Preferences.

Version:
$Revision: 1.4 $
Author:
Jan-Peter Pietsch

Constructor Summary
PrefEdit()
           
 
Method Summary
static void main(String[] someArguments)
          Starts the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefEdit

public PrefEdit()
Method Detail

main

public static void main(String[] someArguments)
                 throws BackingStoreException
Starts the application.

Parameters:
someArguments - No Arguments are supported.
Throws:
BackingStoreException - If something goes wrong.
IOException - If something goes wrong.

Preferences Editor