|
|
|
@ -193,9 +193,7 @@ public class SubmitVisitorListPane extends ObjectJControlPane {
|
|
|
|
|
csjConfigComboBox = new UIComboBox(configTypes.toArray()); |
|
|
|
|
|
|
|
|
|
JPanel typePane = new JPanel(new BorderLayout()); |
|
|
|
|
typePane.add(row(10, |
|
|
|
|
cell(new UILabel(Toolkit.i18nText("Fine-Design_Report_Write_Choose_Submit_Type"))), |
|
|
|
|
cell(csjConfigComboBox).weight(0.5), flex()).getComponent()); |
|
|
|
|
typePane.add(row(10, cell(new UILabel(Toolkit.i18nText("Fine-Design_Report_Write_Choose_Submit_Type"))), cell(csjConfigComboBox).weight(0.5), flex()).getComponent()); |
|
|
|
|
|
|
|
|
|
this.add(column( |
|
|
|
|
cell(FineUIUtils.wrapComponentWithTitle(typePane, Toolkit.i18nText("Fine-Design_Report_Write_Submit_Type"))), |
|
|
|
|