Posted By:
Ari_Steinberg
Posted On:
Saturday, May 11, 2002 12:30 PM
I am trying to create a custom list using AWT. So far I add a panel to a scrollPane and then add list items to the panel. The list items are Canvas. My problem is that I can't seem to dynamically change the size of the panel (using setSize). Does anyone know if/how this can be done?.