java - Scrollbars in JScrollPane don't refresh -


i have jpanel in jscrollpane. when jpanel changes (in case, draw image inside), scroll bars not refreshing accordingly. need move them sligthly or resize whole frame , fine. how force jscrollpane show correct scroll bars (ie. after loading picture)?

you should include these methods when want modify jscrollpane according changes:

jscrollpane.setviewportview(this);   jscrollpane.revalidate();   jscrollpane.repaint();   

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -