Question

The tiny icons eclipse displays below its JMenuBar, what are those? How would one go about creating them? Are they part of the JMenuBar? Are they seperate from the JMenuBar?

Was it helpful?

Solution

I don't use Eclipse but from some images I've seen it looks to me like they are buttons on a JToolBar.

See the section from the Swing tutorial on How to Use Tool Bars for more information and examples.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top