forked from I2P_Developers/i2p.i2p
NDT:
Catch exception on DNS lookup failure (ticket #2399) Add support for specifying server in CLI (ticket #2413) Finals and javadocs
This commit is contained in:
@@ -318,13 +318,17 @@ public class Tcpbw100 extends JApplet implements ActionListener {
|
||||
/**
|
||||
* public static void main for invoking as an Application
|
||||
* @param args String array of command line arguments
|
||||
* */
|
||||
* @throws IllegalArgumentException on bad hostname
|
||||
**/
|
||||
public static void main(String[] args) {
|
||||
Tcpbw100 test = mainSupport( args );
|
||||
test.runIt();
|
||||
}
|
||||
|
||||
/** bigly */
|
||||
/**
|
||||
* bigly
|
||||
* @throws IllegalArgumentException on bad hostname
|
||||
**/
|
||||
public static Tcpbw100 mainSupport(String[] args) {
|
||||
JFrame frame = new JFrame("ANL/Internet2 NDT (applet)");
|
||||
boolean useSSL = args.length > 0 && args[0].equals("-s");
|
||||
|
||||
Reference in New Issue
Block a user