Skip to content

Commit 117858e

Browse files
committed
Updating Start Page links
1 parent 4f35c53 commit 117858e

File tree

1 file changed

+76
-76
lines changed
  • visualvm/appui/src/com/sun/tools/visualvm/modules/appui/welcome/resources

1 file changed

+76
-76
lines changed
Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
#
2-
# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
3-
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4-
#
5-
# This code is free software; you can redistribute it and/or modify it
6-
# under the terms of the GNU General Public License version 2 only, as
7-
# published by the Free Software Foundation. Oracle designates this
8-
# particular file as subject to the "Classpath" exception as provided
9-
# by Oracle in the LICENSE file that accompanied this code.
10-
#
11-
# This code is distributed in the hope that it will be useful, but WITHOUT
12-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13-
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14-
# version 2 for more details (a copy is included in the LICENSE file that
15-
# accompanied this code).
16-
#
17-
# You should have received a copy of the GNU General Public License version
18-
# 2 along with this work; if not, write to the Free Software Foundation,
19-
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20-
#
21-
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22-
# or visit www.oracle.com if you need additional information or have any
23-
# questions.
24-
25-
#
26-
# Other
27-
#
28-
LBL_ShowOnStartup=Show On Startup
29-
ACN_ShowOnStartup=Show Welcome Screen on startup
30-
ACD_ShowOnStartup=Checkbox to show or hide the Welcome Screen on next NetBeans startup
31-
32-
33-
LBL_Link1=VisualVM Home
34-
URL_Link1=https://visualvm.java.net
35-
36-
LBL_Link2=Java SE Reference at a Glance
37-
URL_Link2=http://www.oracle.com/technetwork/java/javase/documentation/index.html
38-
39-
LBL_Link3=Getting Started with VisualVM
40-
URL_Link3=https://visualvm.java.net/gettingstarted.html
41-
42-
LBL_Link4=Troubleshooting Guide for Java SE 6
43-
URL_Link4=http://www.oracle.com/technetwork/java/javase/index-138283.html
44-
45-
LBL_Link5=VisualVM Troubleshooting Guide
46-
URL_Link5=https://visualvm.java.net/troubleshooting.html
47-
48-
LBL_Link6=Troubleshooting Java\u2122 2 SE 5.0
49-
URL_Link6=http://www.oracle.com/technetwork/java/javase/troubleshooting-j2se5-136728.html
50-
51-
LBL_Link7=Getting Started Extending VisualVM
52-
URL_Link7=https://visualvm.java.net/api-quickstart.html
53-
54-
LBL_Link8=Monitoring and Managing Java SE 6
55-
URL_Link8=http://www.oracle.com/technetwork/articles/javase/monitoring-141801.html
56-
57-
58-
URL_OracleLogo=http://www.oracle.com
59-
#
60-
# Colors
61-
#
62-
ScreenBackgroundColor=0xa9c7de
63-
ContentBackgroundColor=0xeff7fb
64-
MouseOverLinkColor=0xe76f00
65-
BorderColor=0x5B83A9
66-
67-
# links & buttons
68-
ButtonTextColor=0x164B7B
69-
# default text color in RSS panels
70-
DefaultTextColor=0x000000
71-
# mouse-over link color
72-
LinkInFocusColor=0x000000
73-
# links in RSS feed panels
74-
LinkColor=0x35556b
75-
# visited link color
76-
VisitedLinkColor=0x5591D2
1+
#
2+
# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
3+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4+
#
5+
# This code is free software; you can redistribute it and/or modify it
6+
# under the terms of the GNU General Public License version 2 only, as
7+
# published by the Free Software Foundation. Oracle designates this
8+
# particular file as subject to the "Classpath" exception as provided
9+
# by Oracle in the LICENSE file that accompanied this code.
10+
#
11+
# This code is distributed in the hope that it will be useful, but WITHOUT
12+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14+
# version 2 for more details (a copy is included in the LICENSE file that
15+
# accompanied this code).
16+
#
17+
# You should have received a copy of the GNU General Public License version
18+
# 2 along with this work; if not, write to the Free Software Foundation,
19+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20+
#
21+
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22+
# or visit www.oracle.com if you need additional information or have any
23+
# questions.
24+
25+
#
26+
# Other
27+
#
28+
LBL_ShowOnStartup=Show On Startup
29+
ACN_ShowOnStartup=Show Welcome Screen on startup
30+
ACD_ShowOnStartup=Checkbox to show or hide the Welcome Screen on next NetBeans startup
31+
32+
33+
LBL_Link1=VisualVM Home
34+
URL_Link1=https://visualvm.github.io
35+
36+
LBL_Link2=Java SE Technical Documentation
37+
URL_Link2=http://docs.oracle.com/javase/8
38+
39+
LBL_Link3=Getting Started with VisualVM
40+
URL_Link3=https://visualvm.github.io/gettingstarted.html
41+
42+
LBL_Link4=Troubleshooting Java SE
43+
URL_Link4=http://www.oracle.com/technetwork/java/javase/index-138283.html
44+
45+
LBL_Link5=VisualVM Troubleshooting Guide
46+
URL_Link5=https://visualvm.github.io/troubleshooting.html
47+
48+
LBL_Link6=Java SE 8 Troubleshooting Guide
49+
URL_Link6=http://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot
50+
51+
LBL_Link7=Getting Started Extending VisualVM
52+
URL_Link7=https://visualvm.github.io/extending.html
53+
54+
LBL_Link8=Java SE 7 Troubleshooting Guide
55+
URL_Link8=http://docs.oracle.com/javase/7/docs/webnotes/tsg/index.html
56+
57+
58+
URL_OracleLogo=http://www.oracle.com
59+
#
60+
# Colors
61+
#
62+
ScreenBackgroundColor=0xa9c7de
63+
ContentBackgroundColor=0xeff7fb
64+
MouseOverLinkColor=0xe76f00
65+
BorderColor=0x5B83A9
66+
67+
# links & buttons
68+
ButtonTextColor=0x164B7B
69+
# default text color in RSS panels
70+
DefaultTextColor=0x000000
71+
# mouse-over link color
72+
LinkInFocusColor=0x000000
73+
# links in RSS feed panels
74+
LinkColor=0x35556b
75+
# visited link color
76+
VisitedLinkColor=0x5591D2

0 commit comments

Comments
 (0)