Livegraph 小程序类
我想将 live-graph.org jar 嵌入到小程序中并通过网页加载。 有人可以给我一个如何调用 LiveGraph.application(); 的例子吗?在小程序中?
谢谢
I want to embed live-graph.org jar into an applet and load via a webpage.
Can someone give me an example on how to call LiveGraph.application(); in an applet?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
到目前为止,我一直在使用以下链接中给出的代码。我不确定我这样做是否正确,所以请随时纠正我。
http://www.live-graph .org/javadoc/WriterAPI/src-html/org/LiveGraph/demoDataSource/LiveGraphDemo.html
我正在制作另外两个在 livegraph 演示中使用的类。实际上我不想生成随机数——现在我只想运行应用程序。
http://www.live -graph.org/javadoc/WriterAPI/src-html/org/LiveGraph/dataFile/write/DataStreamWriter.html
和另一个 datastreamwriterfactory
So far I've been using the code given in following links. I'm not sure if I'm doing it right, so feel free to correct me.
http://www.live-graph.org/javadoc/WriterAPI/src-html/org/LiveGraph/demoDataSource/LiveGraphDemo.html
I am making two another classes that are used in a livegraph demo. Actually I don't want to generate random numbers--right now I just want the application to run.
http://www.live-graph.org/javadoc/WriterAPI/src-html/org/LiveGraph/dataFile/write/DataStreamWriter.html
and another datastreamwriterfactory