droid icon indicating copy to clipboard operation
droid copied to clipboard

Fix DROID GUI on high resolution screens with windows scaled

Open jcharlet opened this issue 6 years ago • 0 comments

Replace all icons with Java9 feature BaseMultiResolutionImage.

Basically, the previous PR, replaced all low quality icons with higher quality icons and scale them down depending on the need in the UI. This PR provides icons in multiple formats (16x16 32x32 64x64 etc) and the app returns the best icon depending on current screen resolution.

To enable building on Java8 on Travis, skip droid-swing-ui module when in Java 8, include it otherwise.

to fix https://github.com/digital-preservation/droid/issues/166 with https://github.com/digital-preservation/droid/pull/345 follows PR https://github.com/digital-preservation/droid/pull/345

jcharlet avatar Dec 30 '19 17:12 jcharlet