Fix Image Viewer
authorNiki Roo <niki@nikiroo.be>
Sun, 3 May 2020 20:15:15 +0000 (22:15 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 3 May 2020 20:15:15 +0000 (22:15 +0200)
commit550fbf32f87c73e9704a8125bf7dc85c9b6ffbad
tree110c5fd3a92daf2c86ebf0fb8d7b69c5f4b8014a
parent93a02e664f4533937a17771098949cf245cc2ef9
Fix Image Viewer
39 files changed:
libs/famfamfam_silk_icons_v013.zip [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/gui/viewer/NewViewerImages.java
src/be/nikiroo/fanfix_swing/images/IconGenerator.java
src/be/nikiroo/fanfix_swing/images/arrow_double_left-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_left-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_left-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_left-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_left-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_left.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/arrow_double_right.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_left.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/turn_right.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_in.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out-16x16.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out-24x24.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out-8x8.png [new file with mode: 0644]
src/be/nikiroo/fanfix_swing/images/zoom_out.png [new file with mode: 0644]