Hi,
I have a GUI buit in SWT which has 2 groups. In one group exists a Text area which has a modify listener which detects any changes to the text, when the text changes it should update the tex...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20905416.html
Zones:
JavaDate Answered: 04/24/2004 Rating: 8.8 Views: 0
Using Eclipse SWT-
How do I run some_routine() that is located in the main from a dialog?
If I were using AWT, I could:
((Main).getOwner()).some_routine();
Ty, Squeeto
http://www.experts-exchange.com/Programming/Languages/Java/Q_21325199.html
Zones:
JavaDate Answered: 02/24/2005 Rating: 8.2 Views: 0
Hi, I am using Eclipse SWT and I am displaying data in a Table with two TableColumns, the data being displayed is key/value pairs, so I want one side of the TableItem to be editable but I haven't g...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21634179.html
Zones:
JavaDate Answered: 11/18/2005 Rating: 7.6 Views: 0
Im going to write some code using the Eclipse SWT. I want a window that will show a grid of colored squares. I was thinking I would extend the Canvas widget and draw on that.
In the Programme...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20303543.html
Zones:
Java,
EclipseDate Answered: 05/29/2002 Rating: 9.2 Views: 0
I am currently using:
gcj --classpath=.\swt.jar --main=test -o test test.java -L. -lswt -Wl,--strip-all
to create test.exe.
Is there a GCJ command line tag like '--static something' so when I ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20669828.html
Zones:
JavaDate Answered: 10/25/2003 Rating: 8.0 Views: 0
I have following problem.
In SWT table I should edit cells from the keyboard.
After end of editing of first column cursor on pressing Enter should pass to the following column (second) etc.
When...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21084650.html
Zones:
JavaDate Answered: 08/29/2004 Rating: 6.2 Views: 10
Any know how to use the SWT TableCursor and MouseListener in a table together? It works fine if I just use a MouseListener to provide editing and dropdowns in a table but, if I try to add a TableC...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21350432.html
Zones:
JavaDate Answered: 04/10/2005 Rating: 7.8 Views: 6
Hi!
I am power-learning about SWT at the momement. I have run through some tutorials, but I still miss information about how to create cell editors in a table.
What I would like to do is to c...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21506520.html
Zones:
Java,
EclipseDate Answered: 08/05/2005 Rating: 8.8 Views: 0
Hi!
Any SWT/JFace experts out there? :-)
I have created a JFace Dialog and popluated it like this (this is just quotations - of course not the complete code) :
final RowLayout layout = n...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21628307.html
Zones:
JavaDate Answered: 12/12/2005 Rating: 8.6 Views: 12
Hi there,
i try to fiddle around with ExpandBar from the SWT framework.
I set up a test project with Eclipse, set the org.eclipse.swt package as a dependancy. But when i copy the snippet foun...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21765117.html
Zones:
JavaDate Answered: 03/08/2006 Rating: 9.8 Views: 0