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 ProSimulator 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.