Hello, I am writing a program that requires multiple types of click events, i need a
form.fields.events.ClickEvent;
form.fields.events.ClickHandler;
and
widgets.events.ClickEvent;
widgets.events.ClickHandler;
but when i try to add both imports in eclipse, it gets mad at me saying that i need to clean up my imports.
How can I do this?
form.fields.events.ClickEvent;
form.fields.events.ClickHandler;
and
widgets.events.ClickEvent;
widgets.events.ClickHandler;
but when i try to add both imports in eclipse, it gets mad at me saying that i need to clean up my imports.
How can I do this?
Comment