I was just trying out NetBeans for the first time by setting up and applet I’m working on. It displays fine when I call the appletviewer from the command line or run it in a browser, but when I run it from NetBeans it won’t show the graphics (but will show a FPS counter I run with drawString). I’m using a typical double buffered MemoryImageSource set up. Any suggestions?
By graphics do you mean things like drawRect() or actual images? NetBeans runs applets and apps from a location other than the directory they reside in, so when you refer to images without a full path, it won’t find them.
There are ways to config it. What version of NetBeans? What OS?
Cheers,
Dr.E