How can I use that method to change the look and feel of my scroll bars in the scrollpane?
I have a JScrollPane and called it layerScroll
I saw this:
setUI
public void setUI(ScrollPaneUI ui)
But not sure how Id apply it, any ideas?
JAVA JScrollPane Look and Feel
Started by truetaurus, Oct 10 2010 08:35 AM
1 reply to this topic
#1
Posted 10 October 2010 - 08:35 AM
|
|
|
#2
Posted 11 October 2010 - 09:47 AM
You can set the look and feel of your application (not of one pane) using UIManager.setLookAndFeel()
http://download.orac...laf.htmlsetlook
http://download.orac...laf.htmlsetlook


Sign In
Create Account

Back to top









