I have a JPanel inside a JScrollPane. When I oversize the window so that the JScrollPane area is larger than the JPanel then the JPanel gets centered inside the JScrollPane area.
However I'd rather have it aligned to the upperleft corner of the JScrollPane area. How do I make JScrollPane do that?
/ Mike Morrison
However I'd rather have it aligned to the upperleft corner of the JScrollPane area. How do I make JScrollPane do that?
/ Mike Morrison