I would like to know:
- How do I segregate the codes of the elements added (button, label ...) in form and their events in eclipse using the JAVA language?
In java all the element code (button, label ...) added in the views and their events are in a class. I only see a disadvantage in this (readability, maintenance ...).
InVisualStudiowhenprogramminginC#thisisalreadydoneautomatically.Inittwoclassesarecreated.Oneonlywiththecomponentsoftheviewandthesecondonewiththeeventstheprogrammerwantstomanipulate.