OffScreen image creation problem
Hi everyone,
Actually I am programming some calsses that allow me to modelize different SpotLights (Cercle(Color, CenterCoordinates, Radius) ) and their sorrounded halo (Cercle(Color, CenterCoordinates, Radius)).
I am planning to creat each spotLight and its halo off-screen and save it as .jpg file in a data base or a directory.
My question is: how can I create these images without using any JComponet (Frame, panel or etc). I just want to create them in VM and save them as an image file so I can use them later on!
Thank you for helping and if u need more information to solve this problem I would be happy to cooperate.
Pishi

