how to stop adding tabbed panel within a tabbed panel in Netbean IDE 6.8.
i want to add a frame in a tabbed panel but whenever i do, it creates another tabbed panel frame in that main tab. what should i do?
plz help
thanks.
how to stop adding tabbed panel within a tabbed panel in Netbean IDE 6.8.
i want to add a frame in a tabbed panel but whenever i do, it creates another tabbed panel frame in that main tab. what should i do?
plz help
thanks.
Usually I right click on the tabbedPane in in Inspector window and choose 'add From Panel' / 'Swing Containers' / 'Panel' which creates a new tab (by adding a JPanel).