1. JTable very slow stackoverflow.comI have a JTable in a swing application. I wrote a quick and dirty un-dock operation where the JTable is removed from its default parent and gets added to a ... |
2. JTable slow coderanch.comhello, speculation about the cause of the low performance is possible, but I don't recommend it. Use a profiler. Here is an example for invoking the profiler that is shipped with the JDK for your situation (JVM options): -agentlib:hprof=cpu=samples,interval=5,depth=10 Include these options in your normal program call. Then while the program is running you must do the things that take too ... |