JApplet « Menu « Java Swing Q&A





1. Working with JApplet with Menus. a little help please :)    stackoverflow.com

I'm having problems with my code. The sub-menu for the (Music) menu should be a radio button type. Here's my first code:

    import javax.swing.*;
    import ...

2. Adding a menu to a JApplet    coderanch.com