Horizontal « Menu « Java Swing Q&A





1. Horizontal clickable Menu    stackoverflow.com

I would like to create a horizontal clickable Menu as in the Microsoft Powerpoint or Word. For example, when 'insert' JButton clicked, I want to see options to be clicked. So ...

2. How to create horizontal menus    coderanch.com

Hello , Thank you for reply ,it is working ,but my problem still for the separators for menus iam using vertical menu bar hence my menu looks File Edit View but iwant to sepatate them with separators if iam using filemenu.addSeparator() it for separating the menuitems in the filemenu if i use menubar.addSeparator() it is error ,please tell me how to ...