Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
jvx:client:gui:screenshot_clipboard [2018/02/01 22:03] admin created |
jvx:client:gui:screenshot_clipboard [2020/06/26 11:54] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTRANS~~ | ~~NOTRANS~~ | ||
| - | ~~Title: Create 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' SwingUI. | + | Here's a simple solution for using the system clipboard for your screenshots. This example is based on JVx's SwingUI. |
| <file java> | <file java> | ||
| Line 75: | Line 75: | ||
| </file> | </file> | ||
| - | Simply Paste the image in another application e.g. a Text document. | + | Simply paste the image in another application, e.g., a text document. |
