NDT log tweaks

This commit is contained in:
zzz
2018-11-15 19:39:08 +00:00
parent 5fe2019897
commit 812baf8bd9
5 changed files with 15 additions and 23 deletions

View File

@ -50,7 +50,7 @@ public class JApplet extends JFrame{
showStatus(
String str )
{
System.out.println( "status: " + str );
//System.out.println( "status: " + str );
}
public void

View File

@ -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 );
}
}

View File

@ -50,7 +50,7 @@ JTextArea
}else{
System.out.println( "text: " + str );
//System.out.println( "text: " + str );
}
text += str;

View File

@ -50,7 +50,7 @@ StyledDocument
}else{
System.out.println( "doc: " + s );
//System.out.println( "doc: " + s );
}
str += s;