From 3dbe82474d617a8f6909fc78745c89b70094b733 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Fri, 19 Jan 2018 11:11:01 +0100 Subject: [PATCH] New ScreenPanel --- plugins/ScreenPanel2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ScreenPanel2.java b/plugins/ScreenPanel2.java index d3e9f15..7e5efd3 100644 --- a/plugins/ScreenPanel2.java +++ b/plugins/ScreenPanel2.java @@ -2048,7 +2048,7 @@ public class ScreenPanel2 extends Panel { if (index>1){ String id = String.valueOf(dataTable.getModel().getValueAt(index, 0)); String locator = String.valueOf(dataTable.getModel().getValueAt(0, 1)); - dataTable.setToolTipText(locator+ " " + id); + dataTable.setToolTipText(locator + " " + id); Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); clipboard.setContents(new StringSelection(locator+ " " + id), (Clipboard clipboard1, Transferable contents) -> {}); if ((e.getClickCount() == 2) && (!e.isPopupTrigger())) {