< prev index next >

test/java/awt/image/multiresolution/MultiResolutionTrayIconTest/MultiResolutionTrayIconTest.java

Print this page

        

*** 89,99 **** --- 89,101 ---- // use wrong icon size for "nok" BufferedImage nok = generateImage(w / 2 + 2, h / 2 + 2, Color.RED); BaseMultiResolutionImage mri = new BaseMultiResolutionImage(new BufferedImage[] {nok, img}); icon = new TrayIcon(img); + icon.setImageAutoSize(true); // just in case iconMRI = new TrayIcon(mri); + iconMRI.setImageAutoSize(true); } private void doTest() { if (tray.getTrayIcons().length > 0) { return; } // icons were added already
< prev index next >