Hi all, I created the CPanel class that exteds ULCContainer class:

public class CPanel extends ULCContainer
 {


        public String typeString()
  {

                return "my.package.CPanel";

        }

        

        public CPanel()

        {

                super ();

                [cut]
        }

         [cut]
}

but when I invoke the creation of CPanel object (from another class) 
this error occours:

1        20.09.2005 02:07:49.182        1.000   SEVERE  
Thread[AWT-EventQueue-1,6,
main]   com.ulcjava.base.client.UISession       b       got exception while 
processing      [java.lang.NullPointerException
        at com.ulcjava.base.application.ClientContext.getFont(ClientContext.
java:73)
        at com.ulcjava.base.application.ULCComponent.<init>(ULCComponent.java:
159)
        at com.ulcjava.base.application.ULCContainer.<init>(ULCContainer.java:
15)
        at CPanel.<init>(CPanel.java:22)
        [cut]

what is the font that I must to set? Where is the error? Tanks all in 
advance.

         Luigi Santangelo
Websysco.com - Pavia (Italy)


Naviga e telefona senza limiti con Tiscali     
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to