Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Swing Designer much slower than SWT Designer
Swing Designer much slower than SWT Designer [message #719272] Fri, 26 August 2011 15:00 Go to next message
Caleb  is currently offline Caleb Friend
Messages: 22
Registered: July 2009
Junior Member
Hi,

I've been comparing the Swing Designer to the SWT Designer, and the former seems to be much slower. Drawing or moving a control takes about 1-2 secs, while in SWT it's instantenous.

Is anyone else getting this, or is it just me?

I'm using WB 1.1.0.r37x201108111706 on Eclipse 3.7 with Java 6u27.
Re: Swing Designer much slower than SWT Designer [message #719527 is a reply to message #719272] Sat, 27 August 2011 16:10 Go to previous messageGo to next message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
What operating system do you use?
Problem with Swing is that it requires using different thread to work with components.
So, we have to disable Eclipse shell and run events loop to wait Swing thread finish its work.
I've made small change in trunk to reduce amount of work during this wait operation, but most effect of this will happen only on Windows.


Konstantin Scheglov,
Google, Inc.
Re: Swing Designer much slower than SWT Designer [message #719561 is a reply to message #719527] Sat, 27 August 2011 20:48 Go to previous message
Caleb  is currently offline Caleb Friend
Messages: 22
Registered: July 2009
Junior Member
Yes, I'm on Win 7.
Previous Topic:Swing Designer: Parse Exception with component inheritance
Next Topic:Cannot complete install Window Builder Pro
Goto Forum:
  


Current Time: Wed Sep 25 16:51:44 GMT 2024

Powered by FUDForum. Page generated in 0.03904 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top