famedoro
famedoro

Reputation: 1241

Create context menu inside JfxPane

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

Answers (1)

Peter Lang
Peter Lang

Reputation: 55624

This looks like a good tutorial:
PopupMenu in JavaFX 2

(especially the part about Using JavaFX Popup Menus inside JFXPanel)

Upvotes: 1

Related Questions