I\'m new in the java world, so I\'m sorry if my question is trivial. I\'m developing a Eclipse view part, and I\'m filling a SWT tree view with the following data structure. All data is in memory:
I am trying to ad开发者_如何学God a PaintListener to draw a top border on a Composite : pageComposite.addPaintListener(new PaintListener(){
how to draw a circle on second tab ? becouse i have, buttons on every tab, how i can sepperate them?
i want to have some composite-wide keyboard-shortcuts. The composites in question are in a tab-folder. I have a little function, which traverses all children of my composite and adds a KeyboardAdapter
I\'m new in Java/SWT. I\'m experiencing some troubles using a SWT label. When I update the text on the la开发者_StackOverflow中文版bel, its size is not correctly updated (the label is cut, respecting
I wondering why swt is so inconvenient to use. We as programmers have 开发者_开发问答to produce tons of unnecessary source code. Here an example.
I\'m using a SWT TreeViewer to show some paths, is it possible to trim the path string to insert \"...\" (points) when the path is too long a is not fully visible in the tree column?
Hy, suppose a org.eclipse.swt.widgets.Text control connected via databinding to the model Person. The Text represents the surname of the person.
I want a customized StyledText widget which开发者_StackOverflow社区 can accept a keyword list,then highlight these keywords!
I have a TableItem and i wish to add an image in it. I use this code : Image image = new Image(Display.getCurrent(), 400, height);