--- In [email protected], "netdrims" <[EMAIL PROTECTED]> wrote: > > Hello, does anyone knows how to inlude an swc icon so it appears in the > Flexbuilder panel? (Normally shows the default custom "Hammer" Icon) > Have used meta but keeps showing the default custom icon in Flex > builder. > > Thanks > Coker >
Hie,
Add this into your class file :
--
package Foo {
[IconFile("TfrTree.png")]
class Bar {
...
}
}
--
See you
