Tagged Questions

0
votes
0answers
11 views

Add an SWT widget to a swing JPanel

I understand that this may be impossible, but I would sure like to know if somebody has accomplished this, or have a work-around. I have an SWT Button and am wanting to overwrite …
1
vote
1answer
13 views

Adding item to Eclipse text viewer context menu

Hello. I am developing a plugin for eclipse. In this plugin I need to be able to add an item to the context menu in the text editor. So far I have been unsuccessful in this, does a …
1
vote
1answer
18 views

Drawing into an Eclipse editor

I am trying to draw some shapes (boxed ans arrows) into, i.e., "over" the text in an eclipse editor. To get started, I wrote the following code: IWorkbenchPage activePage = …
0
votes
1answer
17 views

GWT + OSX = SWT issues

I'm new to GWT development and I'm putting myself through the paces with Google's tutorial but I'm getting errors: java[10574:80f] [Java CocoaComponent compatibility mode]: Ena …
0
votes
1answer
24 views

Turning on anti-aliasing in SWT

I've called gc.setAntialias(SWT.ON); and it does nothing. According to that method, it should work. The Javadoc states: Sets the receiver's anti-aliasing value to the param …
0
votes
0answers
20 views

How to solve this missing update() on custom image to org.eclipse.swt.widgets.Group?

I have an interesting aspect to submit to your attention. I am pretty sure the solution to this will prove to be very easy, and yet... i am unable to find it. Here it is what i did …
2
votes
5answers
224 views

Does Eclipse look like native GUIs?

I am currently reading about SWT. There is often written, that Eclipse as an SWT application looks like the standard GUIs of the host platform or OS. But I dont think so. At least …
1
vote
0answers
53 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 …
0
votes
2answers
38 views

How to check for COMMAND key held down Java/SWT at startup on Mac OS X

My app is cross-platform, hence why SWT is being used. I can easily monitor for the Mac Command/Flower key press when the app is running using SWT (they have SWT.COMMAND as a key p …
0
votes
3answers
105 views

Can’t get SWT Display on Mac OS X.

I'm running Mac OS X Snow Leopard and wan't to access the Display from the activator in an OSGi bundle. Below is the start method for my activator: @Override public void sta …
0
votes
1answer
24 views

Advanced SWT table widgets

There are a couple of "advanced" table/spreadsheet SWT widgets out there (Nattable, Nebula Grid), but none of them support really large datasets. Nattable is the one which comes cl …
0
votes
1answer
106 views

Multi-platform multi-module builds with Maven

I have a large project which uses SWT on several different platforms like windows (32 and 64 bits), linux-gtk (32 and 64 bits) etc. The project has several modules in a simple stru …
1
vote
1answer
81 views

how to make a jar file that include dll files

hi all, i bought a third-party java library which include a jar file and two dll files. i wrote my own java program which invoke the third-party jar file. now my question is how c …
0
votes
2answers
94 views

[SWT, Java] Date time picker control

I look for date time picker control which look like this: All controls which I found don't use system layout. It would be great if this control use system style and layout.
0
votes
2answers
65 views

SWT and Java WebStart on Mac OS X 10.5

I am using the most stable SWT Cocoa downloads for Mac OS X and and launching my app via Java WebStart. All jnilib files are within my app jar on its root. The app downloads, verif …

1 2 3 4 5 14 next
15 30 50 per page