Re: [Sablevm-developer] Re: qt-embedded and sablevm
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-05-05 22:44:09
|
On Tue, May 04, 2004 at 03:22:49PM +0200, Fabien Renaud wrote: > Hello, >=20 > I=B4d like to have more informations about how to use qt lib. > I know there is libqtjava but if I want to use awt or swing, how can I=20 > do ? There is an implemtation for kaffe (kaffe-awt-qt) but for sableVM = ? > Can I adapt kaffe-awt-qt easily for sablevm ? > Sorry for all these questions but I don=B4t have IRC for the moment :( >=20 Hi, The interface between SableVM and Classpath is relatively small. SableVM does not really care how the awt is implemented. So, I suspect all the changes you will have to do will be in Classpath. You will have = to replace the current awt-gtk implementation with awt-qt and rebuild Classpath. I don't know what it actually involves. David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |