Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Browser changes cursor
Browser changes cursor [message #1819098] Tue, 07 January 2020 22:47
Keith Willenson is currently offline Keith WillensonFriend
Messages: 21
Registered: July 2009
Junior Member
I have a Browser that is one component of the main screen. It is used to display info about things clicked on in SWTImageCanvas. This all works correctly. To mark what kind of things can be chosen (clicked on) in the SWTImageCanvas, I change the cursor to one of several non-standard cursors loaded from a resource. The problem is that when the cursor is on the SWTImageCanvas and
browser.setText(htmlInfo);
the cursor flickers between the waiting cursor and the cursor I want. If I comment out the
// browser.setText(htmlInfo);
no cursor flicker.

I can't find where the cursor is being changed so I can modify the code
or
is there any way to turn this feature off?

Eclipse IDE for Java Developers
Version: 2019-06 (4.12.0)
Build id: 20190614-1200
jdk1.8.0_144
Windows 10 64 bit
Previous Topic:[Broadway]Eclipse window is invisible
Next Topic:Illegal reflective access operation
Goto Forum:
  


Current Time: Mon May 06 23:33:21 GMT 2024

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

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

Back to the top