156157158159160161162163164
panel.add(splitPanel, BorderLayout.CENTER); panel.add(createToggleButtons(), BorderLayout.SOUTH); local = new DBLocal(this); recorder = new DBRecorder(this); player = new DBPlayer(this); updateStatusInfo(); }