Class ScreenshotHelper

java.lang.Object
net.simplace.core.service.ScreenshotHelper

public class ScreenshotHelper extends Object
Author:
ckunze
  • Method Details

    • copyScreenshotToClipboard

      public static void copyScreenshotToClipboard(Component aComponent)
      Creates a 'screenshot' of a gui component and copies it to the clipboard
      Parameters:
      aComponent - The component to be copied to the clipboard
    • copyScreenshotToFile

      public static void copyScreenshotToFile(Component aComponent, File aFile)
      Creates a 'screenshot' of a gui component and copies it to the clipboard
      Parameters:
      aComponent - The component to be copied to the clipboard
      aFile -