0

I've researched on creating log displays in JFrame recently, but I would also like it to include tabs, and possibly be able to scroll. Would this be easy to implement, or would this be complicated?

I'm wanting something like this:

TortoiseSvn client log window.

Eventually, I would also like this to be scale-able, so I can include options, etc. on the screen (this log message would be in the lower right quadrant maybe). Thank you.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Firedan1176
  • 641
  • 3
  • 8
  • 18
  • 1
    *"include tabs,.."* See `JTabbedPane` *"..and possibly be able to scroll."* See `JScrollPane`. *"Would this be easy to implement, or would this be complicated?"* Easy for me, cannot say how easy for you. But go to your favorite search engine and add 'how to use' before each of those keywords (the class names) and you should end up at the Swing tutorial at Oracle. – Andrew Thompson Dec 03 '15 at 02:34
  • 1
    thank you, I've found out about JTable! And it looks pretty great. – Firedan1176 Dec 03 '15 at 03:12
  • This [example](http://stackoverflow.com/a/25526869/230513) works in the background. – trashgod Dec 03 '15 at 03:31
  • *"I've found out about JTable!"* D'Oh! I was wondering why you mentioned tabs when showing a table! :P I figure now that by 'tabs' you meant the 'column header'. In any case, glad you were able to find the right component for the requirement. :) – Andrew Thompson Dec 03 '15 at 03:33

0 Answers0