i´ve got to write a simple JApplet for homework and i´m kinda stuck. It´s pretty simple the applet has one JTextField and one JButton.
Now, if i open that Applet two times they are supposed to communicate(write in the TextField->click the Button and the text shows in the other TextField), but without something like Client-Server Communication. The two times i open the Applet, they have to be the same Instance.
I´m pretty much a noob when it comes to Applets, so i appreciate any kind of help.
Thanks.