Thanks so much fellas!

Everything is working PERFECTLY! 

the only problem is I am using the StringBufferInputStream. My code snippet
is: 

BXMLSerializer bxmlSerializer = new BXMLSerializer();
@SuppressWarnings("deprecation")
StringBufferInputStream sbis = new
StringBufferInputStream(dndTextArea.getText());              
Component component = (Component) bxmlSerializer.readObject(sbis);              
  
mainSplitPane.setRight(component); 

I tried ByteArrayInputStream(yourString.getBytes()), but It was giving me
some errors, which I think meant that it wasnt reading properly. I will try
to use this or something similar because I know it is not 
good to use a deprecated class. 

Thanks again guys. you all have been very helpful!
Mike

--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/BXML-Rendering-tp3010653p3011719.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to