public FeedersPanel(Configuration configuration) {
this.configuration = configuration;
setLayout(new BorderLayout(0, 0));
tableModel = new FeedersTableModel(configuration);
JPanel panel = new JPanel();
add(panel, BorderLayout.NORTH);
panel.setLayout(new BorderLayout(0, 0));