java.awt.event.ActionListener
, java.util.EventListener
, javax.swing.event.ListSelectionListener
public class Wigner3jGUI
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
Constructor | Description |
---|---|
Wigner3jGUI() |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
Interpreter parser loop.
|
void |
compute() |
|
void |
init() |
|
static void |
main(java.lang.String[] args) |
Main entry point.
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
Interpreter parser loop.
|
public void init()
public void compute()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the information on which button had been pressed in the GUIpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
e
- the information on which of the 3jn templates had been selected in the Menupublic static void main(java.lang.String[] args)