omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Add a scroll bar when the script is too big for the page #48

Closed omadawn closed 12 years ago

omadawn commented 12 years ago

See if that's a feature of TextEditorPane or if I need to do it in some default swing component.

I think I need to create a scrollpane and put the TextEditorPane inside it. I thought I was actually doing that. Anyway it isn't scrolling which makes editing large scripts awkward at best.

I'm reasonably certain this used to work. Dunno how I would write a test case for this. Maybe There's a function to scroll left and right or up and down...

omadawn commented 12 years ago

Fixed