Can't figure out: why can't append again# Java - 爪哇娇娃
w*n
1 楼
in GUI, a Form SearchForm for searching, TextField input for input key word.
but after search once, when go back search again, it throws
java.lang.IllegalStateException, it can't append form. why? The 1st round is
ok, but never can run the 2nd time.
searchForm.append(input);
but after search once, when go back search again, it throws
java.lang.IllegalStateException, it can't append form. why? The 1st round is
ok, but never can run the 2nd time.
searchForm.append(input);