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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -