Re[3]: подскажите как JPanel сохранить как картинку(распечат
От: bolshik Россия http://denis-zhdanov.blogspot.com/
Дата: 01.06.05 07:27
Оценка:
__>Ему хочется Rectangle... а как ему дать именно jPanel.. это можно? или просто высчитывать где область?
__>те у jPanel в картинку или на печать нет ...???

Чем не устраивает решение:

public Image getComponentImage(JComponent component) {
try {
Robot robot = new Robot();
Rectangle componentRectangle = component.getBounds();
Image componentImage = robot.createScreenCapture(componentRectangle);
return componentImage;
} catch (Exception e) {
e.printStackTrace();
}
return null;
}
http://denis-zhdanov.blogspot.com
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.