public class Main
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
Main()
Instantiates a new main.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Action performed.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
openFile()
Open file.
|
void |
saveAllFits()
Save all fits.
|
void |
saveFile()
Save file.
|
void |
saveImage()
Save image.
|
void |
showSteps()
Show steps.
|
public void openFile()
public void saveFile()
public void saveImage()
public void saveAllFits()
public void showSteps()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the epublic static void main(java.lang.String[] args)
args
- the arguments