mirror of
https://github.com/workinghard/GuitarTeX2.git
synced 2025-12-14 02:42:09 +00:00
bugfix
This commit is contained in:
@@ -205,7 +205,9 @@ class GTXConsole extends JFrame implements ActionListener{
|
||||
String prefix = this.now() + " # ";
|
||||
text = text.replaceAll("\n", "\n" + prefix);
|
||||
mShowArea.setText(mShowArea.getText() + "\n" + prefix + text);
|
||||
//System.out.println(text);
|
||||
// TODO: Make silent output configurable
|
||||
// Uncomment this line if you don't want console output
|
||||
System.out.println(text);
|
||||
}
|
||||
|
||||
private String now() {
|
||||
|
||||
Reference in New Issue
Block a user