commit | e837ca379a0aa2547eaeeedece29695e697ceedc | [log] [tgz] |
---|---|---|
author | Tor Norbye <tnorbye@google.com> | Sat May 02 10:30:56 2015 -0700 |
committer | Tor Norbye <tnorbye@google.com> | Sat May 02 10:31:28 2015 -0700 |
tree | 168ea60c457f1f0b40d907e30000bef17b74a062 | |
parent | 8390e21d611e7bd327200b4d04f5ee1f902bf906 [diff] |
Drop platform-specific import This makes the code compile with other compilers; I'm not sure about the runtime behavior so I used reflection when possible to preserve the current behavior if available. To mimic the exact runtime behavior you probably want to use GridBagLayout instead of BoxLayout. Change-Id: Ieb79c53f9b49157769f306c62e9f9225379b5be2