morristech
6/20/2013 - 5:58 PM

gistfile1.java

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