Re: Which Swing Component is this?



I'm looking for some kind of button which shows something like a
JPopupMenu when clicked (something similar to the Back button of Firefox
when you click the little triangle next to it). Is it a Swing Component
or a custom one?

It is not an available Swing component. You have to add an action
listener to a button which will show a JPopupMenu when clicked.

.