0
votes
1answer
31 views
PNG image with transparency on SWT
I've got a Composite and would like to use a png file as background image. I can do that, the problem is when the image uses transparency it doesn't work and shows a white colour instead. Any thoughts …
0
votes
1answer
12 views
Extended Combobox in SWT
I looking for Commbobox in which I can change Font property for some items.
Example:
First item: bold, font colour: red
Second item: italic, font colour: dark
Or: How to use …
0
votes
1answer
8 views
Editable SWT table
How to edit SWT table Values without Using Mouse Listeners?
0
votes
3answers
17 views
SWT Deployment as EXE
I've recently started learning SWT (on class #4, to be precise) due to business requirements, and previously I had been developing with Swing for 2 years.
We deployed Swing applications as jars with …
0
votes
2answers
37 views
add toolbar to section
Hello,
I want to add a toolbar to a section in SWT.
There is an example i saw in the PDE manifest editor.
How can i add this toolbar or buttons?
maybe i need to use a different control?
Thank you,
…
0
votes
3answers
101 views
Mouse events on an SWT Scrollbar
Using standalone SWT Scrollbars is something of a hack (using this workaround), but it can be done. Here's a snippet:
ScrolledComposite scrolledComposite = new ScrolledComposite(
parent, …
0
votes
0answers
25 views
OSGI + SWT: How to split the View (GUI) in many bundles
I'm writing a graphic application, with java, swt and osgi. The bundle A holds the application main window. Depending on the selection of the user, a different user interface must be loaded. That is, …
1
vote
5answers
50 views
swt tutorials or guides
Hi,
I have some years experience with swing and feel comfortable that I understand the architecture.
Now I need to get up to speed on SWT rather quickly.
What would you recommend I study from …
0
votes
0answers
10 views
Handling SWT Dialog boxes while running tests in headless mode using SWTBOT
I am running a Junit test case on my eclipse application that was built using SWT. I am doing GUI testing using SWTBot. So, here is my problem:
editor.bot().button("Make Excel Template").click();
…
1
vote
2answers
36 views
how do I specify a transparent background colour on a draw2d Figure?
I'm writing an eclipse plugin, and I'm layering some simple figures (i.e. view elements) together to create diagrams.
A simple component looks like this
The drum icon on the right is part of a …
4
votes
7answers
1k views
which library better for faster java application swt or swing?
which library better for faster java application swt or swing?
1
vote
1answer
21 views
SWT: How to “render” a Widget in the background / into an offscreenbuffer
Hello Experts,
I would very much appreciate your advice and help:
How can I render a SWT Widget/Component in the BACKGROUND (offscreenbuffer?) and get the “painted” pixels that were drawn by the …
0
votes
1answer
19 views
SWT version of: getOppositeComponent on focus change
In Swing you can get "the other Component involved in this focus change" from this: getOppositeComponent. There does not seem to be a similar call in SWT, does anyone have a workaround or fix for …
0
votes
1answer
24 views
How to remove “restore defaults” and “apply” button in custom RCP Preference Page
When creating a preference page in RCP, e.g. something like:
public class MyPreferencePage extends org.eclipse.jface.preference.PreferencePage implements IWorkbenchPreferencePage
how can I remove …
1
vote
1answer
140 views
How to implement a Google-chrome-like title bar for Java SWT application
I have inherited development of a Java/SWT application running on Windows only. One of the feature requests that I need to scope is a Google-chrome-type title bar in place of the SWT windows title …
