JavaFX 2 custom popup pane

It’s kind of difficult to do well with the current JavaFX 2.2 API. Here are some options. Use a MenuButton with a graphic set in it’s MenuItem This is the approach taken in Button with popup showed below‘s executable sample code. Use a PopupControl Take a look at how the ColorPicker does this in it’s … Read more