By Tony Bevis on Friday, 20 October 2023
Category: Java

Java programming course: 14.15 JTabbedPane

JTabbedPane

The JTabbedPane class displays separate titled "tabs", each of which allows the user to switch between by clicking on a tab:


This should result in the following being displayed:

If you click on Tab 2 the display will switch to the other panel:

Next lesson: 14.16 JDialog

Related Posts

Leave Comments