Notice that the first constructor calls this(com.codename1.ui.util.Resources.getGlobalResources());
That means it invokes the second constructor. This is called constructor chaining, it's effectively invoking the other constructor with the global resources. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/be131abf-f630-4229-ac5f-c854b16802fe%40googlegroups.com.
