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

Version:
2.0, 05/07/02 Copyright (C) Markus Gebhard 2000-2002 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Author:
Markus Gebhard

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
equals, 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()


Copyright © 2003 - 2006