|
|
|
@ -99,6 +99,7 @@ public class UIButtonGroup<T> extends Column implements GlobalNameObserver, UIOb
|
|
|
|
|
}; |
|
|
|
|
initButton(labelButton, index); |
|
|
|
|
} |
|
|
|
|
setBorder(new FineRoundBorder()); |
|
|
|
|
initLayout(getCols()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -175,6 +176,7 @@ public class UIButtonGroup<T> extends Column implements GlobalNameObserver, UIOb
|
|
|
|
|
}; |
|
|
|
|
initButton(labelButton, index); |
|
|
|
|
} |
|
|
|
|
setBorder(new FineRoundBorder()); |
|
|
|
|
initLayout(getCols()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|