posted 19 years ago
My confusion in in the addComp() function...
addComp(jlbl1, container, gbConst, 0, 0, 2, 1, 5, 1);
What are the last 6 parameters? Im assuming the first 2 ("0, 0,") are row and column. But when I add jlbl3 at ("1, 1") the label ends up at the top row right next to the first label. Im confused. And what are the rest of the parameters?
Any help out there?