If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 11 Desktop OS Windows 10 Pro Simulator Latest Device Gui Builder
Gui Builder adds events at end of line in source .java code I have a class (class UpdateTitleClockA3HomePage extends Thread) defined at bottom of code The Gui Builder appends the file with the event methods after clicking on event in gui builder. This causes a build failure. The fix is simple, move the new methods within the public class associated with the Gui Build. Regards. -- 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/20cd79e1-2eaa-49ea-bf37-af56bf947dde%40googlegroups.com.
