Thursday, August 7, 2008
Complete Pipeline
I implemented the Complete Pipeline task for OpenBiomind-GUI. Following is the snapshot of the wizard:

Tags
gsoc,
image,
openbiomind-gui,
release,
screenshot
Subscribe to:
Posts (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