int i = 0; while(i < 1000000) { list.addItem("v", i); i = i + 1; }
StringBuilder
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)