This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 660477b NETBEANS-1048: display start of product info in about box
(#637)
660477b is described below
commit 660477b1733f66951cdb24283f85cd7cfa2f44d3
Author: Svatopluk Dedic <[email protected]>
AuthorDate: Thu Jul 19 21:09:37 2018 +0200
NETBEANS-1048: display start of product info in about box (#637)
---
o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java
b/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java
index b300dda..ea4fa22 100644
--- a/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java
+++ b/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java
@@ -110,6 +110,7 @@ public class ProductInformationPanel extends JPanel
implements HyperlinkListener
description.setText(LBL_description(getProductVersionValue(), getJavaValue(),
getVMValue(), getOperatingSystemValue(), getEncodingValue(),
getSystemLocaleValue(), getUserDirValue(),
Places.getCacheDirectory().getAbsolutePath(), updates, FONT_SIZE,
getJavaRuntime()));
description.setCursor(null);
description.revalidate();
+ description.setCaretPosition(0);
}
});
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists