Converting an AWT application to SWT/JFace

Posted by data on Stack Overflow See other posts from Stack Overflow or by data
Published on 2011-01-10T20:05:12Z Indexed on 2011/01/11 4:53 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I am currently toying with the idea of converting a small/medium sized project from AWT to SWT, although Swing is not totally out of the picture yet. I was thinking about converting the main window to an SWT_AWT bridge object, but I have no idea how the semantics for this work. After that, I plan to update dialog for dialog, but not necessarily within one release. Is this possible?

Has someone done a conversion like this and can give me some hints? Is there maybe even a tutorial somewhere out there? Is there maybe even a tool that can automate parts of this? I have tried googling, but to no avail.

Update: One additional thing is: Currently, this is a netbeans project. Might be of help or not, I don't know.

© Stack Overflow or respective owner

Related posts about java

Related posts about refactoring