Reputation: 1241
I recently started a JavaFX project, and I've a question: how can i create a context menu inside a JfxPane ?
Where can i found an example ?
Upvotes: 2
Views: 633
Reputation: 55624
This looks like a good tutorial:
PopupMenu in JavaFX 2
(especially the part about Using JavaFX Popup Menus inside JFXPanel)
Upvotes: 1