Panel « Menu « Java Swing Q&A





1. Can we add panel inside panel to create nested tabbed menu?    stackoverflow.com

I have written one small code to add three panels to a main panel but the code is not working. JPanel jp,child1,child2,child3; JTabbedPane jtp;

public Panel4()
{
    ...