* moving ShellCommand class to the net.i2p.util package
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
|
||||
package net.i2p.apps.systray;
|
||||
|
||||
import net.i2p.util.ShellCommand;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* This code is public domain.
|
||||
*/
|
||||
|
||||
package net.i2p.apps.systray;
|
||||
package net.i2p.util;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.BufferedWriter;
|
@ -31,7 +31,7 @@
|
||||
<panel classname="InfoPanel"/>
|
||||
<panel classname="TargetPanel"/>
|
||||
<panel classname="InstallPanel"/>
|
||||
<panel classname="FinishPanel"/>
|
||||
<panel classname="SimpleFinishPanel"/>
|
||||
</panels>
|
||||
|
||||
<packs>
|
||||
|
Reference in New Issue
Block a user