Does anyone know how to set the size of a list in java?
So far I've got
private List newlist = new List();
There is only one default size width wise, Anyone know how to make the width bigger?
Printable View
Does anyone know how to set the size of a list in java?
So far I've got
private List newlist = new List();
There is only one default size width wise, Anyone know how to make the width bigger?