
Re: JLayeredPane & MigLayout problem
Hi Mikael,
But in the doc :
http://java.sun.com/j2se/1.5.0/docs/api ... dPane.htmlThey give some example :
"Here are some examples using the method add(Component, layer, position): Calling add(5x, 5, -1) results in:
5a, 5b, 5c, 5x, 2a, 2b, 2c, 1a
Calling add(5z, 5, 2) results in:
5a, 5b, 5z, 5c, 5x, 2a, 2b, 2c, 1a
Calling add(3a, 3, 7) results in:
5a, 5b, 5z, 5c, 5x, 3a, 2a, 2b, 2c, 1a "
Is it a specific case for JLayeredPane?
Thanks,
Olivier