FEJDGui
Class Display

java.lang.Object
  extended byFEJDGui.Display

public class Display
extends java.lang.Object

Main frame : it initiates and loads all the other panels


Field Summary
 AboutBox AB
          Variable used to store the about box
 ButtonPanel BP
          The button panel of the main window
 CodePanel CP
          The code panel of the main window
static Display frame
          Variable used to keep a reference to the instance of display
 RulerPanel HRP
          The horizontal header of the scroll pane
 OurLoadPanel LP
          The load panel of the main window
private  java.awt.Container mainFrame
          Variable used to keep a reference to the open frame or applet
 MatrixPanel MaP
          The matrix panel of the main window
 OurMenuBar MB
          The menu bar of the main window
 MeshPanel MeP
          The mesh panel of the main window
 RefinePanel RP
          The mesh refine of the main window
 javax.swing.JScrollPane SP
          The scroll pane which contains the matrix panel
 RulerPanel VRP
          The vertical header of the scroll pane
 ZoomPanel ZP
          The zoom panel of the main window
 
Constructor Summary
private Display()
          Creates a new disaplay, initialize should then be called to initialize it
 
Method Summary
private  void add(java.awt.Component c, java.awt.GridBagConstraints gbc, int x, int y, int w, int h, java.awt.Container contentPane)
          Adds a component to the layout
 javax.swing.JApplet getApplet()
          Method to get the JApplet containing this object
 void initialize(java.awt.Container c)
          Constructs and initializes a new Display
 void update()
          Updates the text of the scroll pane upon language change
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MeP

public MeshPanel MeP
The mesh panel of the main window


MaP

public MatrixPanel MaP
The matrix panel of the main window


LP

public OurLoadPanel LP
The load panel of the main window


CP

public CodePanel CP
The code panel of the main window


BP

public ButtonPanel BP
The button panel of the main window


RP

public RefinePanel RP
The mesh refine of the main window


ZP

public ZoomPanel ZP
The zoom panel of the main window


MB

public OurMenuBar MB
The menu bar of the main window


frame

public static Display frame
Variable used to keep a reference to the instance of display


SP

public javax.swing.JScrollPane SP
The scroll pane which contains the matrix panel


VRP

public RulerPanel VRP
The vertical header of the scroll pane


HRP

public RulerPanel HRP
The horizontal header of the scroll pane


mainFrame

private java.awt.Container mainFrame
Variable used to keep a reference to the open frame or applet


AB

public AboutBox AB
Variable used to store the about box

Constructor Detail

Display

private Display()
Creates a new disaplay, initialize should then be called to initialize it

Method Detail

initialize

public void initialize(java.awt.Container c)
Constructs and initializes a new Display


validate

public void validate()

update

public void update()
Updates the text of the scroll pane upon language change


add

private void add(java.awt.Component c,
                 java.awt.GridBagConstraints gbc,
                 int x,
                 int y,
                 int w,
                 int h,
                 java.awt.Container contentPane)
Adds a component to the layout


getApplet

public javax.swing.JApplet getApplet()
                              throws java.lang.ClassCastException
Method to get the JApplet containing this object

Throws:
java.lang.ClassCastException - if the container is not a JApplet