forked from I2P_Developers/i2p.i2p
NDT log tweaks
This commit is contained in:
@ -50,7 +50,7 @@ public class JApplet extends JFrame{
|
||||
showStatus(
|
||||
String str )
|
||||
{
|
||||
System.out.println( "status: " + str );
|
||||
//System.out.println( "status: " + str );
|
||||
}
|
||||
|
||||
public void
|
||||
|
@ -33,7 +33,7 @@ JOptionPane
|
||||
Object wha,
|
||||
String str )
|
||||
{
|
||||
System.out.println( "dialog: " + str );
|
||||
//System.out.println( "dialog: " + str );
|
||||
}
|
||||
|
||||
public static void
|
||||
@ -43,7 +43,7 @@ JOptionPane
|
||||
String str2,
|
||||
int a )
|
||||
{
|
||||
System.out.println( "dialog: " + str1 + "/" + str2 );
|
||||
//System.out.println( "dialog: " + str1 + "/" + str2 );
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ JTextArea
|
||||
|
||||
}else{
|
||||
|
||||
System.out.println( "text: " + str );
|
||||
//System.out.println( "text: " + str );
|
||||
}
|
||||
|
||||
text += str;
|
||||
|
@ -50,7 +50,7 @@ StyledDocument
|
||||
|
||||
}else{
|
||||
|
||||
System.out.println( "doc: " + s );
|
||||
//System.out.println( "doc: " + s );
|
||||
}
|
||||
|
||||
str += s;
|
||||
|
Reference in New Issue
Block a user