}
private void checkSettingImageDataWith(String imageFile) throws Exception
{
StreamReader reader = new StreamReader(TestUtil.fs.inputStream(TestUtil.dataDirPath(imageFile)));
byte[] bytes = reader.readBytes(100000);
panel.setData(bytes);
assertEquals(200, panel.getImage().getHeight(null));
assertEquals(200, panel.getImage().getWidth(null));