Jeremy Thomerson escreveu:
If I understand correctly, you want to basically include your resources
relative to the default package rather than in a subpackage.  If this is
true, you could create an empty no-op class like SomeClassNameThatMakesSense
in the default package.  Then you could do new
ResourceReference(SomeClassNameThatMakesSense.class,
"you/build/button/....").  Of course, you would need to move the yui folder
to the default package as well.
Yes, but unfortunately Java doesn't like it: http://osdir.com/ml/windows.devel.java.advanced/2006-11/msg00035.html.


Adriano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to