Hi Sandro,
Thank you for your fast reply.
I have the binary and the source Pivot distribution of the 2.0.1.I am using
Windows 7 OS and java1.7.0_04.I installed eclipse 3.7.2 and put all Pivot
eclipse plugin under the dropins folder of eclipse.
I am wondering if I load the window bxml file with the following statements
BXMLSerializer bxmlSerializer = new BXMLSerializer();
window = (Window)bxmlSerializer.readObject(HelloBXML.class,
"Hello.bxml");
How can I interact with the components defined in the bxml file?such
as:there is a PushButton whose bxml:id is "pushbutton".I want to write the
function Buttonpressedlistener() in the java application.what should I do?
I know if the class implements bindable,I can use
pushButton = (PushButton)namespace.get("pushButton");
But now the question is I cant get the java file written like this run as a
java desktop application.when I run it,I get the error:Application class
name is required.
Can you help me?Anyway will be OK!
Thank you.
--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/Error-Application-class-name-is-required-tp3954507p3978802.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.