no message

This commit is contained in:
2024-10-16 21:18:30 +03:00
parent 5503751e07
commit c902dd0b91
4 changed files with 15 additions and 69 deletions

View File

@@ -39,6 +39,8 @@ public class DataSetControlForm extends ControlWithCurrentForm<DataTable> {
dataSource = dataSource_in;
//---
dataPanel = new JPanel(new BorderLayout());
content.add(dataPanel, BorderLayout.CENTER);
}
public JPanel getDataPanel() {