##################################################################

Appearance3DChooser v1.1

Copyright (C) 2009 Frederic Roudaut


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 3 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.

###################################################################

com.appearance3Dchooser
Class Info

java.lang.Object
  extended by com.appearance3Dchooser.Info

public class Info
extends java.lang.Object

An helpful class for tierce information, for showing 3D Info, a Help Page, an about panel ...


Field Summary
protected static javax.swing.JFrame licenseFrame
          The Frame used to show the GPL License.
static java.util.ResourceBundle ressources
          The localized strings used in this (and related) panel(s).
private static long serialVersionUID
           
 
Constructor Summary
Info()
           
 
Method Summary
protected static void createLicense()
          Create a Frame for showing GPL License.
protected static void createLicense(java.awt.Dimension d)
          Create a Frame for showing GPL License.
static void show3DInfo()
          Draw a Frame with some useful information on Java3D and your 3D Characteristics.
static void show3DInfo(java.awt.Dimension d)
          Draw a Frame with some useful information on Java3D and your 3D Characteristics.
static void showAbout()
          Draw a Frame with the version, author and content information.
static void showJava3DHelp()
          Draw a Frame with some useful helps on Java3D.
static void showJava3DHelp(java.awt.Dimension d)
          Draw a Frame with some useful helps on Java3D.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

ressources

public static java.util.ResourceBundle ressources
The localized strings used in this (and related) panel(s).


licenseFrame

protected static javax.swing.JFrame licenseFrame
The Frame used to show the GPL License.

Constructor Detail

Info

public Info()
Method Detail

showJava3DHelp

public static void showJava3DHelp()
Draw a Frame with some useful helps on Java3D.


showJava3DHelp

public static void showJava3DHelp(java.awt.Dimension d)
Draw a Frame with some useful helps on Java3D.

Parameters:
d - the text Panel Dimension

showAbout

public static void showAbout()
Draw a Frame with the version, author and content information.


createLicense

protected static void createLicense()
Create a Frame for showing GPL License.


createLicense

protected static void createLicense(java.awt.Dimension d)
Create a Frame for showing GPL License.

Parameters:
d - the text Panel Dimension

show3DInfo

public static void show3DInfo()
Draw a Frame with some useful information on Java3D and your 3D Characteristics.


show3DInfo

public static void show3DInfo(java.awt.Dimension d)
Draw a Frame with some useful information on Java3D and your 3D Characteristics.

Parameters:
d - the text Panel Dimension


##################################################################

Appearance3DChooser v1.1

Copyright (C) 2009 Frederic Roudaut


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 3 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.

###################################################################