i add a panel (P1) to a frame ,
then i add three panels(panA,pan B,panC) to this panel (P1) using BoxLayout.
then i add two buttons to the panel panC which is at the bottom of P1 .
but i cannot align this buttons as i want.
they stay as TOP_ALIGNMENT although i want them to be located BOTTOM_ALIGNED
what can be done to solve this porblem?
then i add three panels(panA,pan B,panC) to this panel (P1) using BoxLayout.
then i add two buttons to the panel panC which is at the bottom of P1 .
but i cannot align this buttons as i want.
they stay as TOP_ALIGNMENT although i want them to be located BOTTOM_ALIGNED
what can be done to solve this porblem?
Comment