How to insert a text box or any other components inside the tabbed window in java swing?

StackOverflow https://stackoverflow.com/questions/21873275

سؤال

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?

هل كانت مفيدة؟

المحلول

"I am using GUI builder "

Drag JPanels into the JTabbedPane and place components inside the JPanels

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top