Hello,

Does getComponents() method return the components as the order in which
they were "added" or the order in which they "appear" on the screen?

For eg. I have a panel P1 in which I add components C1, C2 and C3

The Panel looks like  P1
                                  - C1
                                  - C2
                                  - C3
Suppose I drag C3 and place it under C1 so that the appearance becomes

                                P1
                                  - C1
                                  - C3
                                  - C2

Now, when I say P1.getComponents(), will it return, C1, C2, C3 or C1,C3,
C2

I hope my question is clear. Please reply with your answers on how
getComponents() work.

Thanks,
Uma


_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to