hudson.remoting.jnlp
Class GUI

java.lang.Object
  extended by hudson.remoting.jnlp.GUI

public class GUI
extends java.lang.Object

GUI related helper code

Author:
Kohsuke Kawaguchi

Constructor Summary
GUI()
           
 
Method Summary
static void setUILookAndFeel()
          Sets to the platform native look and feel.
static javax.swing.JPanel wrapInBackgroundImage(javax.swing.JComponent component, javax.swing.Icon backgroundIcon, int verticalAlignment, int horizontalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI

public GUI()
Method Detail

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 javax.swing.JPanel wrapInBackgroundImage(javax.swing.JComponent component,
                                                       javax.swing.Icon backgroundIcon,
                                                       int verticalAlignment,
                                                       int horizontalAlignment)


Copyright © 2013. All Rights Reserved.