summaryrefslogtreecommitdiff
path: root/testgraphical/ui/java
diff options
context:
space:
mode:
Diffstat (limited to 'testgraphical/ui/java')
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/build.xml20
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/nbproject/build-impl.xml4
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java10
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java4
4 files changed, 19 insertions, 19 deletions
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/build.xml b/testgraphical/ui/java/ConvwatchGUIProject/build.xml
index e4d82212f35d..d397826c96e4 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/build.xml
+++ b/testgraphical/ui/java/ConvwatchGUIProject/build.xml
@@ -12,9 +12,9 @@
<import file="nbproject/build-impl.xml"/>
<!--
- There exist several targets which are by default empty and which can be
- used for execution of your tasks. These targets are usually executed
- before and after some main targets. They are:
+ There exist several targets which are by default empty and which can be
+ used for execution of your tasks. These targets are usually executed
+ before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
@@ -40,12 +40,12 @@
</obfuscate>
</target>
- For list of available properties check the imported
- nbproject/build-impl.xml file.
+ For list of available properties check the imported
+ nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
- The targets of interest are:
+ The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
@@ -53,7 +53,7 @@
-init-macrodef-java: defines macro for class execution
-do-jar-with-manifest: JAR building (if you are using a manifest)
-do-jar-without-manifest: JAR building (if you are not using a manifest)
- run: execution of project
+ run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
@@ -65,10 +65,10 @@
</exec>
</target>
- Notice that the overridden target depends on the jar target and not only on
- the compile target as the regular run target does. Again, for a list of available
+ Notice that the overridden target depends on the jar target and not only on
+ the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
- nbproject/build-impl.xml file.
+ nbproject/build-impl.xml file.
-->
</project>
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/nbproject/build-impl.xml b/testgraphical/ui/java/ConvwatchGUIProject/nbproject/build-impl.xml
index e493afec4fc3..229d0c658dab 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/nbproject/build-impl.xml
+++ b/testgraphical/ui/java/ConvwatchGUIProject/nbproject/build-impl.xml
@@ -28,9 +28,9 @@ is divided into following sections:
</condition>
</fail>
<target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
- <!--
+ <!--
======================
- INITIALIZATION SECTION
+ INITIALIZATION SECTION
======================
-->
<target name="-pre-init">
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java b/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
index 625e7b80c6e0..05b79cb9ab05 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
+++ b/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
@@ -10,7 +10,7 @@ import javax.swing.SwingWorker;
**************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-*
+*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -167,7 +167,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
}
// private int m_nOldWidth;
-
+
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
@@ -479,7 +479,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
Image aImage = m_aImageIcon.getImage().getScaledInstance(w, h, Image.SCALE_AREA_AVERAGING); // SCALE_SMOOTH
final ImageIcon aIcon = new ImageIcon(aImage);
// m_jLabel.setIcon(aIcon);
- return aIcon;
+ return aIcon;
}
@Override
@@ -492,7 +492,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
catch (Exception e)
{}
}
-
+
}
/**
@@ -502,7 +502,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
{
// Start GUI
-
+
java.awt.EventQueue.invokeLater(new Runnable()
{
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
index 20cede5b1c33..903e370fa622 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
+++ b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -587,7 +587,7 @@ public class IniFile implements Enumeration
// }
// sLocalValue = replaceEvaluatedKey(_sSection, sLocalValue);
// sLocalValue = replaceEvaluatedKey("global", sLocalValue);
- //
+ //
// return sLocalValue;
// }
public void removeSection(String _sSectionToRemove)