-2

i have a jdialog with a jpanel inside it.I have jlabels(pictures) on the jpanel.How can i get a vertical scrollbar in jdialog without using textarea?

mKorbel
  • 109,525
  • 20
  • 134
  • 319
hemanth kumar
  • 3,068
  • 10
  • 41
  • 64
  • your another questions about same topic, are you think that's is really time to shows your code that display us what did you tried :-) – mKorbel Jul 05 '11 at 10:41

2 Answers2

3

May be you should try adding your jpanel in JScrollPane so when panel goes beyond limit scroll will be shown.

Harry Joy
  • 58,650
  • 30
  • 162
  • 207
2

I agree with Harry. You should use JScrollPane and work your way with the different ScrollBar Policies. See this tutorial on JScrollPane and how to use it.

c00kiemon5ter
  • 16,994
  • 7
  • 46
  • 48