i am new to this java.... i want to know is it possible to connect one java file to another java file..... think that i have one class file in that i have one button... if i click that button it should open another java file
Printable View
i am new to this java.... i want to know is it possible to connect one java file to another java file..... think that i have one class file in that i have one button... if i click that button it should open another java file
Do you mean it displays a GUI window from code that is held in another class? It's hard to tell just what you're asking here as you're using some non-standard terms. If the former, then sure, it's possible and commonly done. Please let us know more details on what you're trying to do, and I'm sure we can help you.
Much luck!
edit: Oh, and welcome to the forum!!