Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 611637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:48:21+00:00 2026-05-13T17:48:21+00:00

Afternoon, I’m working on an Eclipse RCP plugin. I want to embed a Swing

  • 0

Afternoon,

I’m working on an Eclipse RCP plugin. I want to embed a Swing component into it. At the moment I’m using a SWT <-> AWT bridge like this:

Applet applet = new myApplet();
Composite swtAwtComponent = new Composite(parent, SWT.EMBEDDED);
java.awt.Frame frame = SWT_AWT.new_Frame( swtAwtComponent );
applet.init();
frame.add(applet);

Are there any signficant issues with this approach, or equally is there a better approach I should consider? How will this affect threading / concurrency in the application.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:48:21+00:00Added an answer on May 13, 2026 at 5:48 pm

    There are definetly some issues with SWT_AWT bridge:

    1. The most important ofcourse is the threading issue. The problem here is that when you use both SWT and AWT, you are essentially using two GUI threads. Proper synchronization between them is absolutely necessary or you will often end up with deadlocks. In most cases you can avoid it by using EventQueue#invokeLater or Display#asyncExec.

    2. The second major problem is the Modality issues. SWT has its own modality stack and AWT has its own. You may need to work around these too. There are known solutions for this.

    3. You may see Look and feel inconsistencies here and there and may need to fix case-to-case basis.

    4. There are small other problems like sometimes mouse wheel scroll does not work on some platforms.

    Please make sure you read and understand the FAQ before doing something big using SWT_AWT.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Afternoon people! I'm trying to implement a list of counties on my Compact Framework
Good afternoon, This should be an easy one. I've done the cookie-cutter default ASP.NET
Good afternoon, I have a web query in Excel 2002 going against a web
This afternoon, upon noticing a broken build and the fact that some files looked
Good afternoon, with all the buzz around the iPhone / AppStore etc, I felt
I ran across this situation this afternoon, so I thought I'd ask what you
I took the plunge this afternoon and began studying LINQ, so far just mucking
I had some time this afternoon to run a head to head comparison between
I was testing on a customer's box this afternoon which has Windows Vista (He
Good morning, afternoon, evening or night (depending on your timezone). This is just a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.