I can't get my JPanels to appear on my JFrame. I'm also using several objects creating each other to make the frame and panels

前端 未结 0 1517
误落风尘
误落风尘 2020-12-09 00:04
public class InitialFrame extends JFrame{
    
    private InitialPanel ip;
    
    public InitialFrame() {
        super ("Table Viewer");
        
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题