Ignore:
Timestamp:
03/18/19 18:38:32 (5 years ago)
Author:
davidb
Message:

Changed how DisplayController width, height and size are retrieved. Now does this top-level, rather than going through the AxisAlignmentBox. In doing so, can now control for when the window size has you yet been correctly mapped to the screen, and fall back to pre-defined MINIMUM defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/auth/Authenticator.java

    r1254 r1258  
    191191                        secret_key = (SecretKey) keyStore.getKey(label, password_ca);                   
    192192                } catch (final UnrecoverableEntryException e) {
     193                        e.printStackTrace();
    193194                        secret_key = null;
    194195                }
Note: See TracChangeset for help on using the changeset viewer.