Received: by 10.66.86.39 with SMTP id m7mr3020041paz.4.1355139620322; Mon, 10 Dec 2012 03:40:20 -0800 (PST) Received: by 10.50.220.231 with SMTP id pz7mr2296909igc.8.1355139620283; Mon, 10 Dec 2012 03:40:20 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!kr7no7486515pbb.0!news-out.google.com!s9ni32536pbb.0!nntp.google.com!kt20no8516789pbb.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.gui Date: Mon, 10 Dec 2012 03:40:19 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=110.234.123.130; posting-account=tIIndwoAAAB09AHAkv2ZrfPEgxk94L21 NNTP-Posting-Host: 110.234.123.130 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: JAVAFX Rendering Capabilities From: nataraja gadikota Injection-Date: Mon, 10 Dec 2012 11:40:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.gui:5279 Hi , I'm here because of this reason , TCL/TK is not able to handle that much data https://groups.google.com/forum/?fromgroups=#!topic/comp.lang.tcl/Dxh4KyOOojY " Today I had to visualize a huge Data Structure with 146k nodes and each node is a set of polys/rectangles >20 I've drawn everything on a Canvas , Appximately 3 million objects were created All my operations Zoom , Scrolling , Moving Objects on this Canvas have become very SLOW I've tested the code with 100 nodes , everything is working fine at that level When I increase the DS , I'm looking at these issues . Any suggestions previous experiences on how to improve the speed ? " Can JavaFX , Java/Swing Handle that much data ? Thanks Nataraja G