Friday, July 4, 2008
Creating/Opening Link using Eclipse SWT
I recently had a need to use hyperlinks (though I did not use it eventually). Here is a snippet to create hyperlinks in using Eclipse SWT.
Subscribe to:
Post Comments (Atom)
This blog contains updates and random information about OpenBiomind-GUI, a GUI for OpenBiomind. The project was started as a part of Google Summer of Code 2008. It is being developed in Java 6 using Eclipse 3.4 RCP.
YOU SAVE MY LIFE. THANK YOU....
Creating NUM_ONLY Text Field using Eclipse SWT · 10 years ago
Thank you for sharing. It helped us.
Thanks mate. Very helpfull. Any idea how to eliminate someone writing a value like 55..47 (I mean prevent the double period)
Creating NUM_ONLY Text Field using Eclipse SWT · 12 years ago
This has a problem when you do a setText() on the Text. .character is not set. I found using .text works in both cases: for (char c : event.text.toCharArray()) if (!Character.isDigit(c)) {...
Creating NUM_ONLY Text Field using Eclipse SWT · 12 years ago
I've not used that, however, I think it will make sense. Thanks for sharing.
How to fix "workspace excited with unsaved changes" issue? · 13 years ago