Find the New Player menu item

Matcher matcher = new NewPlayerMatcher();
BasicFinder finder = new BasicFinder();
JMenuItem item = (JMenuItem) finder.find(container, matcher);

Previous | Next | Top | Cafe con Leche

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 29, 2005