Changeset 1248 for trunk


Ignore:
Timestamp:
03/18/19 10:35:37 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/swing/SwingInputManager.java

    r1205 r1248  
    323323                        distributeInputEvent(event);
    324324                } catch (Exception exception) {
    325                         System.err.println(exception.getMessage());
     325                        System.err.println("SwingInputManager::mouseAction: " + exception.getMessage());
    326326                }
    327327        }
Note: See TracChangeset for help on using the changeset viewer.