Widget « Interoperability « Java Swing Q&A





1. How to keep the bottom of an SWT Browser widget visible when appending to the HTML content?    stackoverflow.com

I'm viewing HTML in an SWT Browser widget. I am appending logging messages to the end of the content and would like to keep the bottom visible all the time. Currently, ...

2. Is there a console GUI widget for Java? Eclipse Console view is an option?    stackoverflow.com

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, ...

3. Creating my own SWT Widgets?    coderanch.com

Hi there, I came across an interesting challenge where I need your opinion/advise. A (potential) customer of mine has a huge application written in C++ on MFC/Win32. They consider moving to Eclipse RCP. Since it is too much code to port we would like to wrap the existing application modules into SWT widgets and reassemble them in RCP. Future enhancements would ...

4. SWT - Text widget size    coderanch.com

5. how can I have swt widget listen to SerialPortEvent    coderanch.com

I have a SerialPortEventListener which is quite happily listening to a SerialPortEvent's. However, I want to add a listener to my label widget so that I can update it's text if a SerialPortEvent is fired. I know this should be simple, but I've been coding to the point I'm going blind and my brain has stopped. Can someone help please?!! Thanks, ...