Relative Content

Tag Archive for netbeansscrolljframe

Is there a way to make my JFrame scrollable without using a scroll panel or remaking my screen to be surrounded with a panel?

I have a screen that I need to make vertically scrollable because a bunch of the buttons are below others but I thought that I would be able to scroll automatically but that does not in fact work. I’ve been looking for solutions but it seems like all are about the JScrollPanel and I don’t know how to add one in without possibly having to remake the whole screen on top of the panel.