SWT
Java SWT unwanted system beeps
Is there a way to disable unwante开发者_如何学Cd system beeps in swt, like on error events?For anything that calls Display.beep() directly, the answer is no.[详细]
2023-04-13 06:45 分类:问答How to resize a scroll composite to always fit its contents horizontally?
I have a scrolled composite ,it contains a tableViewer. My requirement is that if the table is increased in width,the scroll composite should not show horizontal scroll ,but it should expand to fit ta[详细]
2023-04-13 04:17 分类:问答SWT Menu causes the layout to clip
I\'m trying SWT for the first time, and I can\'t figure out how to use a Menu bar along with any space-filling layout. The Composite\'s layout is calculated without taking the Menu into account, so th[详细]
2023-04-12 22:20 分类:问答Scrolling SWT Table is slow when running with exe4J
I have an SWT desktop app which is distributed using install4j and runs under exe4j. The app contains a table which displays a list of documents to be downloaded from a server. A thread handles the d[详细]
2023-04-12 21:55 分类:问答Java (SWT/JFace)- handling all exceptions within Runnable
I have an SWT/JFace application that uses the Realm (not sure of the concept) class to run the main program as a thread. I\'m trying to catch any uncaught exceptions using a try/catch block around my[详细]
2023-04-12 15:40 分类:问答SWT Java: How to prevent window from resizing?
I want开发者_StackOverflow中文版 to disable resizing of window. Any ideas?You can specify the Shell style bits by using the two-arg constructor.The default style bits are SWT.SHELL_TRIM:[详细]
2023-04-12 06:46 分类:问答How to bind multi selection indices of an SWT list?
I want to bind the current multiselection i开发者_如何学JAVAndices of a SWT list to my model. Ideally I would bind an int[] that represents the selected indices as returned by list.getSelectionIndices[详细]
2023-04-12 00:17 分类:问答How to simulate programmatically button click on background of Composite?
I need to simulate programmatically button click on background of Composite. Specifi开发者_C百科cally: on left-top corner of Composite.You can use Button.notifyListeners(int eventType, Event event) to[详细]
2023-04-11 22:39 分类:问答Loading a VIEW from the Welcome Page by clicking in an image in Eclipse Java Desktop Application
In the Welcome Page of my Java Eclipse application I keep different images. For this I use the code in the .xhtml file which is as follows:[详细]
2023-04-11 22:35 分类:问答Is there a console GUI widget for Java? Eclipse Console view is an option?
I\'d like to create a console-based UI. Do you know about any Java console widget? I mean, is there some project that have built something like a \"JConsole\"? Swing or SWT, anything is ok.[详细]
2023-04-11 18:02 分类:问答