public class TestWindow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javax.swing.JFrame |
frame |
Constructor and Description |
---|
TestWindow()
Create the application.
|
Modifier and Type | Method and Description |
---|---|
private java.io.File |
getFileToEdit()
Show file chooser for user to pick a file to edit
|
static void |
main(java.lang.String[] args)
Launch the application.
|
private void |
openFileRecorder(java.io.File f)
Open the FHRecorder frame with the specified file.
|
public static void main(java.lang.String[] args)
private void openFileRecorder(java.io.File f)
f
- private java.io.File getFileToEdit()