Re: Enable server X with graphics

2002-10-22 Thread Andrey Kartashov
On Tue, Oct 22, 2002 at 07:18:29PM +0200, Tani wrote: > Hi, > I've a class that draw a image with Graphics2D and BufferedImage and > write a jpeg file of this image. > In linux this class tell me it needs to be open the X server. > Is there some way to do this without open th X server? Here is a g

Re: Enable server X with graphics

2002-10-22 Thread Nathan Meyers
On Tue, Oct 22, 2002 at 07:18:29PM +0200, Tani wrote: > Hi, > I've a class that draw a image with Graphics2D and BufferedImage and write a jpeg >file of this image. > In linux this class tell me it needs to be open the X server. > Is there some way to do this without open th X server? If you are

Enable server X with graphics

2002-10-22 Thread Tani
Hi, I've a class that draw a image with Graphics2D and BufferedImage and write a jpeg file of this image. In linux this class tell me it needs to be open the X server. Is there some way to do this without open th X server?   Thanks