Updated to use the new log file facility.
This commit is contained in:
parent
02e55d6819
commit
f32b1053c1
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ public class QDShell extends JFrame {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
ThdlDebug.attemptToSetUpLogFile("qd.log");
|
ThdlDebug.attemptToSetUpLogFile("qd", ".log");
|
||||||
|
|
||||||
Locale locale;
|
Locale locale;
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class SavantShell extends JFrame
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
try {
|
try {
|
||||||
ThdlDebug.attemptToSetUpLogFile("savant.log");
|
ThdlDebug.attemptToSetUpLogFile("savant", ".log");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
|
||||||
|
|
Loading…
Reference in a new issue