Speaking of which, I think this does what you want:
InputStream instream = About.class.getResourceAsStream("About.properties");But you should test it 'cause I didn't. :) On Wed, Sep 3, 2008 at 2:24 PM, Scott Blum <[EMAIL PROTECTED]> wrote: > 'Fraid I'm going to have to give this a -1 on account of not compiling. :) > > On Wed, Sep 3, 2008 at 12:23 PM, Freeland Abbott < > [EMAIL PROTECTED]> wrote: > >> Rajeev noted that my initializer in About.java is an instance initializer, >> not (as intended) a static one. Things appear to work anyway because they >> pull from about.txt and .html, but programmatic access would be >> uninitialized.... >> >> > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
