Lecerof / TelemetryViewer

A simple telemetry viewer based on the one on Farrell Farahbods github: https://github.com/farrellf/TelemetryViewer but suits my needs a bit better
1 stars 1 forks source link

Added Scroll Bars Per Closed issue #3

Closed mjs513 closed 6 years ago

mjs513 commented 6 years ago

Ok. I can't resist a challenge. Finally figured out how to add scroll bars. Give it a try.

Mike

Lecerof commented 6 years ago

Well done! Not the most elegant solution but it will work for now. Instead of making the entire container a jScrollPane, I would rather make just the container with the checkboxes scrollable with a fixed preferred size. You are one step further in to learning about java though ;)

mjs513 commented 6 years ago

Didn't think it was the most elegant but like you said it worked. :)

Lecerof commented 6 years ago

Hope you dont mind that I changed it to something that looks better in my opinion. Had some spare time on my train ride to Stockholm, also I myself needed to get some experience with layoutmanagers and JScrollpanes =)

mjs513 commented 6 years ago

No not at all. To be honest I expected you to.