how can i run... the chat.... the following errors occur.... On Login.java...
_____________________________________________ java.lang.Error: Do not use javax.swing.JFrame.add() use javax.swing.JFrame.getContentPane().add() instead at javax.swing.JFrame.createRootPaneException(JFrame.java:406) at javax.swing.JFrame.addImpl(JFrame.java:432) at java.awt.Container.add(Container.java:228) at Login.<init>(Login.java:48) at Login.main(Login.java:30) ___________________________________________
The MyServer.java file is run correctly...
________________________________________________ On MyClient.java
_____________________________________________
java.lang.NoSuchMethodError: main Exception in thread "main" Process completed.