net.simplace.core.service.ScreenshotHelper




public class ScreenshotHelper {


// Class Methods
public static void copyScreenshotToClipboard(Component aComponent);

Creates a 'screenshot' of a gui component and copies it to the clipboard
public static void copyScreenshotToFile(Component aComponent, File aFile);

Creates a 'screenshot' of a gui component and copies it to the clipboard


}