Skip to content

Commit

Permalink
Converted VoicingKeyboard from JFrame to JDialog for better use in
Browse files Browse the repository at this point in the history
Windows.
  • Loading branch information
keller committed Jun 29, 2017
1 parent f373380 commit 0d34a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/imp/gui/VoicingKeyboard.form
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>

<Form version="1.9" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
<Form version="1.9" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<NonVisualComponents>
<Container class="javax.swing.JDialog" name="visichordDialog">
<Properties>
Expand Down
2 changes: 1 addition & 1 deletion src/imp/gui/VoicingKeyboard.java
Expand Up @@ -53,7 +53,7 @@
*
*/

public class VoicingKeyboard extends javax.swing.JFrame {
public class VoicingKeyboard extends javax.swing.JDialog {

boolean debug = false;

Expand Down

0 comments on commit 0d34a9c

Please sign in to comment.