1314151617181920
public TransfersTab() { setLayout(new BoxLayout(this, BoxLayout.Y_AXIS)); add(new DownloadPanel()); add(new UploadPanel()); }