Search:

Type: Posts; User: Digital Larry

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,159

    Re: Joining two menus into one?

    Well, I don't really need to do it dynamically, but that could work. Here's an example of how I'm currently doing it:


    JMenu mnPots = new JMenu("Pots");
    menuBar.add(mnPots);

    final...
  2. Replies
    2
    Views
    1,159

    Joining two menus into one?

    I have a situation where a large part of my Swing Application menu wants to be generated automatically by an Xtext DSL (Domain Specific Language). However, not all of it.

    I'm pretty sure that it...
Results 1 to 2 of 2