|
|
@ -14,7 +14,7 @@ import java.awt.event.MouseEvent; |
|
|
|
public class LogMessageBar extends JPanel { |
|
|
|
public class LogMessageBar extends JPanel { |
|
|
|
private UILabel messageLabel; |
|
|
|
private UILabel messageLabel; |
|
|
|
private int width = 600; |
|
|
|
private int width = 600; |
|
|
|
public static volatile LogMessageBar THIS; |
|
|
|
private static volatile LogMessageBar THIS; |
|
|
|
private JFrame dlg = new LogDetailPane().showDialog(); |
|
|
|
private JFrame dlg = new LogDetailPane().showDialog(); |
|
|
|
|
|
|
|
|
|
|
|
public static LogMessageBar getInstance() { |
|
|
|
public static LogMessageBar getInstance() { |
|
|
|