hi, all
i m developing an gwt(actually gwt-ext) application, and need to use
an external package which is mainly written with java awt and javax
swing. when i try to add that swing component to gwt panel, it won't
pass through.... my question is 'does gwt work with swing'?
my code is as below:
ChartViewer viewer = new ChartViewer(); (ChartViewer is a
subclass of the SWING JLabel component.)
createChart(viewer, 0);
VerticalPanel mainPanel = new VerticalPanel();
mainPanel.add(viewer); <--- this one won't pass
through....
please give me some help. thanks!!!!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---