Skip to content
Snippets Groups Projects
Commit ce4a07ec authored by Jürgen Walter's avatar Jürgen Walter
Browse files

rename

parent 4ac0b34d
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,14 @@ import javax.swing.SwingConstants;
import javax.swing.border.EmptyBorder;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
/**
* class to create a Popup to choose the size of the exported PNG
* Creates a dialog to choose the size of the exported PNG
*
* @author Maximilian König
*
*/
public class SelectExportSizeFrame extends JFrame {
public class ExportDialogFrame extends JFrame {
/**
*
......@@ -68,7 +70,7 @@ public class SelectExportSizeFrame extends JFrame {
* Create the frame.
* @throws InterruptedException
*/
public SelectExportSizeFrame(final double factorWidthToHeightN) {
public ExportDialogFrame(final double factorWidthToHeightN) {
factorWidthToHeight = factorWidthToHeightN;
setBounds(100, 100, 450, 300);
contentPane = new JPanel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment