Author: cmarcum
Date: Thu Feb 23 02:37:20 2012
New Revision: 1292628

URL: http://svn.apache.org/viewvc?rev=1292628&view=rev
Log:
added copyright apache 2012 and feather logo to options dialog

Modified:
    
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/Bundle.properties
    
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationPanel.java

Modified: 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/Bundle.properties
URL: 
http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/Bundle.properties?rev=1292628&r1=1292627&r2=1292628&view=diff
==============================================================================
--- 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/Bundle.properties
 (original)
+++ 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/Bundle.properties
 Thu Feb 23 02:37:20 2012
@@ -19,6 +19,7 @@ LB_OfficeInstallation=Apache OpenOffice 
 LB_SDKInstallation=Apache OpenOffice SDK Installation\:
 TP_InitialSettings_SunDevelopment=Apache OpenOffice API plugin is developed by 
Apache Software Foundation.
 TP_LegalNotice=Copyright (c) 2007 Sun Microsystems, Inc. All rights 
reserved.\n\
+Copyright (c) 2012 Apache Software Foundation. All rights reserved.\n\
 Use is subject to license terms.
 TP_InitialSettings_Description=The Apache OpenOffice API plugin must be 
configured when it is used for the first time. Please specify the path to a 
valid Apache OpenOffice and a valid Apache OpenOffice SDK installation.
 BUTTON_Office_Browse=Select a valid Apache OpenOffice installation

Modified: 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationPanel.java
URL: 
http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationPanel.java?rev=1292628&r1=1292627&r2=1292628&view=diff
==============================================================================
--- 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationPanel.java
 (original)
+++ 
incubator/ooo/devtools/netbeansintegration/trunk/src/org/openoffice/extensions/config/ConfigurationPanel.java
 Thu Feb 23 02:37:20 2012
@@ -412,7 +412,8 @@ final class ConfigurationPanel extends j
     private class SunLogoPanel extends JPanel {
         @Override
         protected void paintComponent(Graphics gfx) {
-            Image img = 
ImageUtilities.loadImage("org/openoffice/extensions/config/sun_logo.png");  // 
NOI18N
+            // Image img = 
ImageUtilities.loadImage("org/openoffice/extensions/config/sun_logo.png");  // 
NOI18N
+            Image img = 
ImageUtilities.loadImage("org/openoffice/extensions/config/feather.png");  // 
NOI18N
             ImageObserver ob = new ImageObserver() {
                public boolean imageUpdate(Image i, int infoflags,  int x, int 
y, int width, int height) {
                    return false;


Reply via email to