summaryrefslogtreecommitdiff
path: root/embeddedobj/test/Container1
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-12-02 13:38:49 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-12-02 13:38:49 +0000
commit270b970b950ce5deac97111da39ca9344626286c (patch)
tree19a037689bdd9966f5f4a1722c3c9c2cd7629f54 /embeddedobj/test/Container1
parent41e72962df83a410986fb48250aaaf1adc827c13 (diff)
#112923# test debugging
Diffstat (limited to 'embeddedobj/test/Container1')
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java1
-rw-r--r--embeddedobj/test/Container1/makefile.mk7
2 files changed, 6 insertions, 2 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index 3a0f075bee6b..1922b1b76395 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -680,6 +680,7 @@ public class EmbedContApp extends Applet implements MouseListener, XEmbeddedClie
synchronized( m_oImageLock )
{
m_aImage = m_aToolkit.createImage( aPNGData );
+ // m_aImage = m_aToolkit.createImage( "file:///d:/test1.png" );
}
}
}
diff --git a/embeddedobj/test/Container1/makefile.mk b/embeddedobj/test/Container1/makefile.mk
index 19b60e0a2551..c584d6b93e85 100644
--- a/embeddedobj/test/Container1/makefile.mk
+++ b/embeddedobj/test/Container1/makefile.mk
@@ -3,9 +3,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Date: 2003-11-24 16:12:44 $
+# last change: $Date: 2003-12-02 14:38:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -97,6 +97,9 @@ JavaStorageTestExample : $(CLASSFILES)
run: $(CLASSFILES)
java -classpath "$(CLASSPATH)" EmbedContFrame
+debug: $(CLASSFILES)
+ jdb -classpath "$(CLASSPATH)" EmbedContFrame
+
clean :
-$(DELRECURSIVE) $(subst /,$(PS),$(OUT_COMP_CLASS))