Composite « Interoperability « Java Swing Q&A





1. Find composite location on screen    stackoverflow.com

I am implementing a on screen keyboard in Java for SWT and AWT. One important thing is to move the keyboard to a position where the selected text field can show and ...

2. finding components of Composite Class in java Swing    stackoverflow.com

I need to find all components of Composite class(swt.widgets.composite).How to do that? Please guide me... Regards Kumar

3. Is it possible to make a Java SWT composite with an alpha value?    stackoverflow.com

I am developing a GUI in Java SWT for use in a 3D particle physics simulator. The current GUI is quite clunky and unattractive, as it consists of multiple windows. I ...

4. SWT-Expandable Composite    coderanch.com

5. SWT: Nullpointer Exception when trying to dispose a composite    coderanch.com

Hi, If I try to dispose the composite "unten", I'll get a null pointer exception. I don't understand why it happens (lines 71, 75) Here's the code: import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; import org.eclipse.swt.layout.*; public class swttictacto { public int[] spielfeld = new int[34]; public boolean aktuellerspieler = true; public guithread referenz; public static void main (String[] args) { swttictacto spiellogik = ...