0

I am developing an swing application am trying to insert an tabbed window if i insert the window i cant able to place any other components like text box how to work with tabbed window?

Paul Samsotha
  • 205,037
  • 37
  • 486
  • 720
Suresh
  • 501
  • 1
  • 5
  • 11

1 Answers1

1

"I am using GUI builder "

Drag JPanels into the JTabbedPane and place components inside the JPanels

enter image description here

Paul Samsotha
  • 205,037
  • 37
  • 486
  • 720