I need a method to select a rectangular region from an image (a BufferedImage into a JLabel). When the user selects a region, I need to save the four points of the ...
BufferedImage
JLabel