JScrollPane and JPanel
问题 So, I'm making a kind of text editor, and I need a JScrollPane for vertical navigation. But I can't get it to work. I have read every freaking tutorial on first ten pages of google results, and I can't get it to work. Lets say I have JFrame (size 1000x800). I want to put a JPanel (1000x2000) in it so that it horizontally alignes with the JFrame. I want to stick a simple scroll bar to the right side of the JPanel so I can get to the rest of it. I have reduced sizes, I have added JPanel to