232233234235236237238239240241242
} } } else if (clickCount >= 2) { // Handle double clicks to pop up a window. if (this.window == null) { this.window = new MonitorWindow(MonitorPanel.this.xbayaGUI); } this.window.show(message); } } }