|
################################################################## 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. ################################################################### |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.appearance3Dchooser.Info
public class Info
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 |
---|
private static final long serialVersionUID
public static java.util.ResourceBundle ressources
protected static javax.swing.JFrame licenseFrame
Constructor Detail |
---|
public Info()
Method Detail |
---|
public static void showJava3DHelp()
public static void showJava3DHelp(java.awt.Dimension d)
d
- the text Panel Dimensionpublic static void showAbout()
protected static void createLicense()
protected static void createLicense(java.awt.Dimension d)
d
- the text Panel Dimensionpublic static void show3DInfo()
public static void show3DInfo(java.awt.Dimension d)
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. ################################################################### |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |