Candy Valois 3.Jun.09 10:42 AM a Web browser Application development6.2Windows XP
I've created a images folder under my project name to put the images that go in here. ( STable and each node should load an images)
able.createTwistieColumn(0);
Image mine = new Image(null, STable.class
.getResourceAsStream("images/mine.gif"));
Image mine2 = new Image(null, STable.class
.getResourceAsStream("images/mine2.gif"));
For some reason when I'm calling "images/xxx.gif" I'm getting an error message so the only way it will work is using "c:\images\mine.gif".... No idea why this is happening..
( I have done this many time not using STable and it worked)