Panel is not displaying in JFrame
- by mallikarjun
I created a chat panel and added to Jframe but the panel is not displaying. But my sop in the chat panel are displaying in the console. Any one please let me know what could be the problem
My Frame
public class MyFrame extends JFrame {
MyPanel chatClient;
String input;
public MyFrame() {
input = (String)JOptionPane.showInputDialog(null,…