|
|
|
@ -71,6 +71,7 @@ public class BoxPlotTableSeriesTypeUsePane extends UIComboBoxPane<ChartCollectio
|
|
|
|
|
categoryCombox = new UIComboBox(); |
|
|
|
|
categoryCombox.setPreferredSize(new Dimension(100, 20)); |
|
|
|
|
categoryCombox.addItem(Toolkit.i18nText("Fine-Design_Chart_Use_None")); |
|
|
|
|
categoryCombox.setSelectedItem(null); |
|
|
|
|
|
|
|
|
|
north.add(GUICoreUtils.createBorderLayoutPane(new Component[]{categoryCombox, null, null, label, null})); |
|
|
|
|
north.setPreferredSize(new Dimension(246, 30)); |
|
|
|
|