[Java-gnome-developer] Architecture Question II.
Brought to you by:
afcowie
From: Cam B. <ca...@gm...> - 2006-05-02 17:45:42
|
Hello, So I got my development environment straightened out, read the documentation and designed my gui. The problems that I had before was because of misconfiguration of java.library.path. I like to make a graph visualization application using prefuse toolkit. (prefuse.sourceforge.net) I have not been able to compile prefuse with gcj, so I am hanging out with sun-jvm, which works without problem. The question is this: The main visualization component in prefuse is Display, which extends JComponent, and uses lots of swing and awt. Can I embed this component inside the glade generated GUI? Since the whole thing works on suns jvm, I don't exactly see why it could not be done. Like inside a small window I like to show my visualization. If there is no way around it, or performance is issue, then I will just go with a Macintosh style application. (menu on top, controls in some window, and prefuse display in another) Thanks a bunch for any ideas/recommendation. Best Regards, C. Bazz |