Trace: • Using the Image Library
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:client:gui:screenshot_clipboard [2020/06/08 14:43] cduncan |
jvx:client:gui:screenshot_clipboard [2020/06/26 11:54] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~Title: Create a Screenshot and Put It Into the Clipboard ~~ | ~~Title: Create a Screenshot and Put It Into the Clipboard ~~ | ||
- | JVx has a simple mechanism to create "screenshots" from components or the entire application. But, if want to save the screenshot, you need a file/directory chooser and some application logic. | + | JVx has a simple mechanism to create "screenshots" from components or the entire application. But, if you want to save the screenshot, you need a file/directory chooser and some application logic. |
Here's a simple solution for using the system clipboard for your screenshots. This example is based on JVx's SwingUI. | Here's a simple solution for using the system clipboard for your screenshots. This example is based on JVx's SwingUI. |