Good idea. I'll do that for now. Are you going to make the method public afterwards?
G


Thomas DeWeese wrote:
Guillaume Pothier wrote:

But as PaintServer.convertPaint is protected I had to copy it into my class. Is there a particular reason why it is protected, or could it be made public without problem?


Hi Guillaume,

  I think it can be, in fact it's odd - that is the only method
that is not public in the whole class (other than the constructor).
BTW you could also create a 'derived' class that had a static
proxy method that called the protected one - to avoid copying code.



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



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



Reply via email to