It sounds like you are trying to use Google Charts from a Java application. JavaScript is a very different language from Java and Google Charts is a JavaScript library, not a Java one. However, if you are using GWT<http://www.gwtproject.org/>(generating web page code in Java), we do have GWT bindings for Google Charts.
- Sergey On Thu, Mar 6, 2014 at 1:45 PM, Metallo Devasto <[email protected]>wrote: > I don't understand how can i use google charts to create a table. > > What i want to do is using the DataTable class on a simple .java file and > run it with NetBeans. > > I wrote the " import google.visualization.* " at the beginning of the > class, as normal but of course netbeans didn't find the pakage. > > My question is: how can i use that pakage? i searched on the page of > google charts but i didn't find where can i download the pakage o.O > > > help please ... xP > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
