Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: Camel on January 28, 2008, 03:55:02 pm

Title: [Java] SWT woes
Post by: Camel on January 28, 2008, 03:55:02 pm
After about two hours of work, this is as far as I got:

Note that the window that looks polished is the AWT GUI; the SWT window is the one above it.
(http://i125.photobucket.com/albums/p70/MrCamel7/bnubot/swt-gui.png)
Title: Re: [Java] SWT woes
Post by: Ender on January 28, 2008, 05:43:32 pm
http://rolyata.com/~andrew/code/bigbird/BrowserProject.java

wrote it like 2 years ago with SWT... probably won't help but eh?
Title: Re: [Java] SWT woes
Post by: Camel on January 29, 2008, 12:22:17 am
Actually, the reason I was having so much trouble is because I didn't understand, at first, that only the thread which created the Display is allowed to edit anything. I've been making a fair amount of progress since then. It's still slow, since my motivation is so weak - after all, I've already got a fully functional Swing GUI.