Java2D not scrolling.
I am drawing into a JComponent with the Java2D calls.This JComponent is placed in a JSrollPane. As thedrawing *** the JComponent grows, I do not get myscroll bars.Am i missing something?Thanks,Gary
Also, make sure you setPreferredSize(int, int) of your JScrollPaneCheers,patrick
porp at 2007-7-2 12:08:34 >
