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?
Asked
Active
Viewed 122 times
0
-
1Post your code please, otherwise this thread will be closed as *off-topic*. – Maroun Feb 19 '14 at 06:59
-
I am using GUI builder – Suresh Feb 19 '14 at 07:01
1 Answers
1
"I am using GUI builder "
Drag JPanel
s into the JTabbedPane
and place components inside the JPanel
s

Paul Samsotha
- 205,037
- 37
- 486
- 720
-
how to set a background image for tabbed pane its showing only colors i want to set an image how to do that – Suresh Feb 19 '14 at 07:18
-
-
i am using only two tabs. the screen is filled with tab so i would like to keep an image as background – Suresh Feb 19 '14 at 07:21
-
Background for the frame or background the the panel inside the tab? – Paul Samsotha Feb 19 '14 at 07:21
-
You should ask another question. The question you're asking is off-topic for this post. – Paul Samsotha Feb 19 '14 at 07:23
-
let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/47821/discussion-between-suresh-and-peeskillet) – Suresh Feb 19 '14 at 07:24