List of usage examples for javax.swing UIManager getUI
public static ComponentUI getUI(JComponent target)
Source Link
From source file:Sketch.java
public void updateUI() { setUI((JogShuttleUI) UIManager.getUI(this)); invalidate(); }