Changeset 6116 in josm


Ignore:
Timestamp:
2013-08-07T21:51:59+02:00 (11 years ago)
Author:
Don-vip
Message:

fix EDT violations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/TestAccessTokenTask.java

    r6083 r6116  
    138138
    139139    protected void notifySuccess(UserInfo userInfo) {
    140         HelpAwareOptionPane.showOptionDialog(
     140        HelpAwareOptionPane.showMessageDialogInEDT(
    141141                parent,
    142142                tr("<html>"
     
    157157
    158158    protected void alertFailedAuthentication() {
    159         HelpAwareOptionPane.showOptionDialog(
     159        HelpAwareOptionPane.showMessageDialogInEDT(
    160160                parent,
    161161                tr("<html>"
     
    175175
    176176    protected void alertFailedAuthorisation() {
    177         HelpAwareOptionPane.showOptionDialog(
     177        HelpAwareOptionPane.showMessageDialogInEDT(
    178178                parent,
    179179                tr("<html>"
     
    193193
    194194    protected void alertFailedConnection() {
    195         HelpAwareOptionPane.showOptionDialog(
     195        HelpAwareOptionPane.showMessageDialogInEDT(
    196196                parent,
    197197                tr("<html>"
     
    212212
    213213    protected void alertFailedSigning() {
    214         HelpAwareOptionPane.showOptionDialog(
     214        HelpAwareOptionPane.showMessageDialogInEDT(
    215215                parent,
    216216                tr("<html>"
     
    229229
    230230    protected void alertInternalError() {
    231         HelpAwareOptionPane.showOptionDialog(
     231        HelpAwareOptionPane.showMessageDialogInEDT(
    232232                parent,
    233233                tr("<html>"
Note: See TracChangeset for help on using the changeset viewer.