79249481

Date: 2024-12-03 23:42:16
Score: 0.5
Natty:
Report link

I tried a few changes and they did not correct the problem. I reviewed my constructor and realized I had set the constructor as:

Layout tl = new TableLayout(3, 1);

I changed the constructor to:

TableLayout tl = new TableLayout(3, 1);

This corrected the "cannot find symbol" error. Always check your constructors.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: curtjacobs1