I too am having SymbolChooser problems. I launch SymbolChooser with the following code and an icon never shows up in the box.
Properties p = new Properties();
p.setProperty("class","com.bbn.openmap.tools.symbology.milStd2525.SymbolReferenceLibrary");
p.setProperty("imageMakerClass","com.bbn.openmap.tools.symbology.milStd2525.GIFSymbolImageMaker");
SymbolReferenceLibrary srl = new SymbolReferenceLibrary();
srl.setProperties(p);
SymbolChooser.showDialog(null,"Symbol Chooser",srl,null);
> -----Original Message-----
> From: owner-openmap-users_at_bbn.com
> [mailto:owner-openmap-users_at_bbn.com] On Behalf Of Don Dietrick
> Sent: Thursday, February 24, 2005 6:15 AM
> To: Ümit Demir
> Cc: openmap-users_at_bbn.com
> Subject: Re: [OpenMap Users] How to use milstd2525b package
>
>
> Hi Ümit,
>
> I'd use the SymbolChooser first, to determine what the 15 character
> code is that you want to display. This also lets you know if the
> symbol you want is available (not all symbols have been
> implemented).
> You should first choose the category and symbol type from the
> tree, and
> then change the Status to Present instead of Unspecified (from one of
> the option menus at the bottom). The milStd2525_png.jar has to be in
> your classpath.
>
> Once you have found the symbol you want that is available,
> make a note
> of the 15 character name that's in the field at the bottom.
> That's the
> string you need to use for the SymbolReferenceLibrary.
>
> For the supplied data sets, the status has to be Present for
> the icons
> to show up.
>
> Hope this helps,
>
> Don
>
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Feb 25 2005 - 09:27:51 EST