de.java2html.gui
Class GuiTools

java.lang.Object
  extended by de.java2html.gui.GuiTools

public class GuiTools
extends java.lang.Object

A toolbox contaning useful tools for the graphical user interface. (The open source version only contains one methode) For questions, suggestions, bug-reports, enhancement-requests etc. I may be contacted at: markus@jave.de The Java2html home page is located at: http://www.java2html.de


Method Summary
static void centerOnScreen(java.awt.Window window)
           
static javax.swing.JPanel createBorderedPanel(java.lang.String title)
           
static void setNativeLookAndFeel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

centerOnScreen

public static final void centerOnScreen(java.awt.Window window)

createBorderedPanel

public static final javax.swing.JPanel createBorderedPanel(java.lang.String title)

setNativeLookAndFeel

public static void setNativeLookAndFeel()