tags:

views:

26

answers:

1
+1  A: 

Add all the panels to an array.

Eg:

Panel[] panels = { panel0, panel1, ... }
leppie