Re: createImage() always returns null
Chris wrote: >is the Panel already visible? > >If not, then show() it before getting a Image! Or just do an addNotify() before...this gets the peers started
Re: createImage() always returns null
Hello, is the Panel already visible? If not, then show() it before getting a Image! greetings Chris Manfred Bartz wrote: > > I want to create an off-screen image in a Swing application. > The program compiles without errors, but createImage() always > returns null. > > The only examples f