It can be done. I still have in my queue to finish up the project mentioned here. http://blogs.oracle.com/geertjan/entry/pivot_integration_into_netbeans
code is up on kenai if you want to reference it but it hasn't been updated at in a couple of months and is probably not the cleanest. Gerrick <http://blogs.oracle.com/geertjan/entry/pivot_integration_into_netbeans> On Wed, Jun 1, 2011 at 10:11 AM, Greg Brown <[email protected]> wrote: > I don't see a StringInputStream in the JDK. There is a > StringBufferInputStream, but it is deprecated. > G > > On Jun 1, 2011, at 11:06 AM, Edvin Syse wrote: > > > Use StringInputStream() > > > > -- Edvin > > > > Den 01.06.2011 16:52, skrev noobmike: > >> Turns out this didnt work. > >> > >> It looks like bxmlSerializer.readObject() needs an InputStream the > >> StringReader didnt work. > >> I tried StreamReader, or even making an Input stream, but had trouble > >> instantiating it. > >> > >> any ideas? > >> > >> > >> -- > >> View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/BXML-Rendering-tp3010653p3011127.html > >> Sent from the Apache Pivot - Users mailing list archive at Nabble.com. > >
