DropboxAccess.setConsumerKey(...);
DropboxAccess.setConsumerSecret(...);
DropboxAccess.getInstance().showAuthentication(new ActionListener() {
public void actionPerformed(ActionEvent evt) {
if(evt.getSource() != null) {
showDropboxFilePicker(true);
}
}
});