Normal
oder einfach :[code=Java] while (i_server == 1) { line = in.readLine(); if (in != null){ ta_s.setText(ta_s.getText()+line +"\n"); ta_s.setCaretPosition(ta_s.getText().length()); } }[/code]
oder einfach :
[code=Java]
while (i_server == 1)
{
line = in.readLine();
if (in != null){
ta_s.setText(ta_s.getText()+line +"\n");
ta_s.setCaretPosition(ta_s.getText().length());
}
[/code]