org.openscience.jmol.app.webexport
public class Orbitals extends JPanel implements ActionListener
| Field Summary | |
|---|---|
| JTextField | appletPath |
| JTextField | Coorfile |
| JButton | CooropenButton |
| JFileChooser | fc |
| JComboBox | FormatBox |
| static String | newline |
| JButton | OrbdeleteButton |
| JList | OrbList |
| JButton | OrbopenButton |
| JComboBox | RenderMode |
| JButton | saveButton |
| static long | serialVersionUID |
| static int | SmallAtomDot |
| static int | Wireframe |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| boolean | checkformat(int FormatChoice) |
| JComponent | getPanel() |
| boolean | orbtohtml(int FormatChoice, int Rendering, File outfile, String Coorfile, JList OrbList, String appletPath) |