Java Swing - How to speed up program

孤街浪徒 提交于 2019-12-12 03:19:52

问题


I wrote the program on the basis of JFreeChart library. Possibility of change of points of the diagram, creation of new diagrams online, scaling, etc are realized in my program. A problem that the program works slowly if there more than 30 plots. How it is possible to speed up the program?

I can show a code, but I don't know, whether there is a sense. Also I don't know, on what part of a code leaves most of all computer resources. How can I find this parts of code? I work in NetBeans.

来源:https://stackoverflow.com/questions/26876749/java-swing-how-to-speed-up-program

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!