public class StreamPanelContextMenu extends Object
| Constructor and Description |
|---|
StreamPanelContextMenu() |
| Modifier and Type | Method and Description |
|---|---|
static JPopupMenu |
getContextMenu(JTextPane textPane)
Creates a context menu (right click menu) with two actions:
- copy
- select all
Copy copies the selected text or when no text is selected, it copies the entire text.
|
public static JPopupMenu getContextMenu(JTextPane textPane)
textPane - Copyright © 2016. All Rights Reserved.