Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ private static String convertMillisToTimeStr(int millis) {
}

private static void createAndShowTestDialog() {
String testInstruction = "This test verify that software Java Syntesizer processed non-ShortMessage-derived messages. \n" +
String testInstruction = "This test verify that software Java Syntesizer processed non-ShortMessage-derived messages.\n" +
"Close all other programs that may use the sound card.\n" +
"Make sure that the speakers are connected and the volume is up.\n" +
"Click on 'Start Test' button. If you listen a sound then test pass else test fail.";

final JDialog dialog = new JDialog();
Expand Down