Option « Menu « Java Swing Q&A





1. How to display frame within menu options window    stackoverflow.com

I am developing a Java application using Swing. I am using menu bar in my application. Whenever I click a menu item I need to open a new panel/frame ...

2. How to include new options into gui menus?    jmeter.512774.n5.nabble.com

Hi. I'm developing a new assertion class. CustomAssertion and CustomAssertionGui. I extended the appropriated classes and seems to be all ok. But the thing is: how could I insert the option to load my CustomAssertion from gui menus? I took a look into MenuFactory class but couldnt figure it out. ClassFinder.findClassesThatExtend() shouldn't find my new class, since it extends AbstractAssertionGui? Thanks. ...