|
|
|
@ -25,6 +25,7 @@ public class BreadcrumbBar extends JPanel {
|
|
|
|
|
|
|
|
|
|
public BreadcrumbBar() { |
|
|
|
|
setLayout(new FlowLayout(FlowLayout.LEADING, 0, 0)); |
|
|
|
|
BidiUtils.applyOrientationByLocale(this); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void addCrumb(final String text, final BreadcrumbBackListener backListener) { |
|
|
|
|