Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » When will i get "SWT_Window1" or "SWT_Window2" as class name for objects ?
When will i get "SWT_Window1" or "SWT_Window2" as class name for objects ? [message #1777940] Wed, 06 December 2017 13:34
Sudeep G T is currently offline Sudeep G TFriend
Messages: 1
Registered: December 2017
Junior Member
Usually we have seen class names as SWT_Window0.

In my java-RCP project, the displaying of pop-up happens in a loop. For the first iteration, when I spy (using Spy++) on the pop-up dialog, i get SWT_Window0 as window class name. I'll dispose the Display after a pop-up is displayed. When pop-up is displayed for the second iteration, I get SWT_Window1 as window class name when spied.

This continues to go on, till the end of loop. So, for each time the class name will be different, such as SWT_Window# (# = 0/1/2/3...).

Does anyone know why this is happening ?
index.php/fa/31507/0/
index.php/fa/31508/0/
Previous Topic:not responding wizard
Next Topic:Insert a text box in between a composite from super class
Goto Forum:
  


Current Time: Thu Apr 25 22:44:50 GMT 2024

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

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

Back to the top