Revisions:
December 16, 2002 Sacha Labourey:
279280281282283284285286287288289290
{ popup.addSeparator (); } else if (entries[i] instanceof SimpleTreeNodeMenuEntry) { final SimpleTreeNodeMenuEntry txt = (SimpleTreeNodeMenuEntry)entries[i]; JMenuItem mi = new JMenuItem(txt.getText ()); mi.addActionListener ( new ActionListener () { public void actionPerformed(ActionEvent e) { ctx.doPopupMenuAction (txt);