Klasse ScreenshotHelper

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

public class ScreenshotHelper extends Object
Autor:
ckunze
  • Methodendetails

    • copyScreenshotToClipboard

      public static void copyScreenshotToClipboard(Component aComponent)
      Creates a 'screenshot' of a gui component and copies it to the clipboard
      Parameter:
      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
      Parameter:
      aComponent - The component to be copied to the clipboard
      aFile -