hudson.remoting.jnlp
Class GUI
java.lang.Object
hudson.remoting.jnlp.GUI
public class GUI
- extends Object
GUI related helper code
- Author:
- Kohsuke Kawaguchi
|
Constructor Summary |
GUI()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUI
public GUI()
setUILookAndFeel
public static void setUILookAndFeel()
- Sets to the platform native look and feel.
see http://javaalmanac.com/egs/javax.swing/LookFeelNative.html
wrapInBackgroundImage
public static JPanel wrapInBackgroundImage(JComponent component,
Icon backgroundIcon,
int verticalAlignment,
int horizontalAlignment)
Copyright © 2004-2011. All Rights Reserved.