From: Daryl V. H. <dva...@sf...> - 2005-05-01 00:58:01
|
Good question. TheMatrix is situated under csimage, so to import it, you'd write: import csimage.*; Then it's a simple matter to create an instance of it. For example, to load an image you can write: TheMatrix m = new TheMatrix("C:\\temp\\temp_image.png"); Since it extends JFrame, you can display it using either show() or setVisible(true). There are more methods you can use for various purposes, but this is just a short introduction to TheMatrix. Hope this helps some, Daryl. Jeannie Chan wrote: >Dear All, > > >As I am really new to using CVS and csjava, I am trying very hard to figure >out how to open TheMatrix application. I have get my CVS working on Eclipse, >and I have downloaded all the files from the CVS tree (including the >csjava.jar). I do not know where can I find TheMatrix application though so >that I can run and take a look at it to start on the tutorial. Can someone >give me a hand on how to I open TheMatrix, or which file I need to compile >to get it start (I try quite a lot of files, but they don't seems to have >"main" in them...) Thanks in advance! > > > >From > >Jeannie Chan > >jea...@sf... > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great events, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 >_______________________________________________ >csjava-developer mailing list >csj...@li... >https://lists.sourceforge.net/lists/listinfo/csjava-developer > > > > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.11.0 - Release Date: 29/04/05 |