[Bluej-discuss] how to create objects without the interface...
Olivier Thévenin
o.thevenin at orange.fr
Fri Mar 24 14:13:40 GMT 2006
Hello,
We would like to create objects directly in the Editor like this :
Informaticien objInformaticien1 = new Informaticien("DUPONT", "René",
"BlueJ");
Informaticien objInformaticien2 = new Informaticien("GIL", "René", "JAVA);
Informaticien objInformaticien3 = new Informaticien("ALBERT", "René",
"C++");
in order to don't have to use the graphical object "Informaticien"
(Right_click New informaticien)
These three objects exists but there are not visible (no graphical
object), and that's our matter...
please help us (not for english but for blueJ ;-) )
Thanks a lot
More information about the bluej-discuss
mailing list