i am working on a project in java (using eclipse) that was developed by other programmers with whom i have no contact. how can i identify which classes are for the gui? there are files that import java.awt but i didn't find any mention of swt.
every time i think i found a gui class, i try to view it with the windowbuilder editor in design mode but get the error message:
This is not a GUI class and can't be edited graphically The parser parsed the compilation unit, but can't identify any GUI toolkit.
can anyone explain this to me? i am new user with eclipse and java.