On Mon, 2 Jan 2006 03:20:18 +0100, "Schani"
<adi2000@planet-interkom.de> wrote, quoted or indirectly quoted
someone who said :
>i have a problem. I want to create an application, which can load, show and
>modify an image. Is it right, that i have to import java.awt liberary
>before?
>
>After i have import this liberary there is an error with the code from the
>J++ form designer.
See http://mindprod.com/jgloss/import.html.
See sample code linked to at http://mindprod.com/jgloss/awt.html
you import the whole thing with import java.awt.*;
but that is considered bad form. Get Eclipse to convert that to a list
of the specific packages you need.
J++ is a very old tool. You might want to try something more up to
date. See http://mindprod.com/jgloss/ide.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.