Received: by 10.68.191.97 with SMTP id gx1mr3194645pbc.4.1355139814921; Mon, 10 Dec 2012 03:43:34 -0800 (PST) Received: by 10.50.33.137 with SMTP id r9mr2285589igi.8.1355139814697; Mon, 10 Dec 2012 03:43:34 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no7491862pbb.0!news-out.google.com!s9ni37311pbb.0!nntp.google.com!kr7no7491855pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Mon, 10 Dec 2012 03:43:34 -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: <7cd27ea6-eea8-4b71-bfe5-9a1898b55c73@googlegroups.com> Subject: JAVAFX Rendering From: nataraja gadikota Injection-Date: Mon, 10 Dec 2012 11:43:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:20209 Hi , I'm looking for a Java based solution for my canvas problem TCL/TK is not able to handle 3million rectangles on a canvas ! 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