Hello everyone, i thought of this question and i would greatly appreciate some pointers on it.
I have 2 simple Java Projects which are GUI based. One writes some information to a text file. The other reads the text field and displays it on the GUI.
My question: Is it possible to link both GUI files and make them under one Java Project file? I'm using Eclipse IDE by the way.
At first i thought it would be possible by calling the constructors but both my GUI files have event handling (i need the member variables for method implementation).
I'm sorry if this question was asked and answered beforehand but i do not know the "keywords" of my problem (did tried googling but to no avail).