no message
X-SVN-Rev: 1237
This commit is contained in:
parent
75c7b20231
commit
457b7786c1
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @(#)$RCSfile: TestTextPanel.java,v $ $Revision: 1.6 $ $Date: 2000/04/24 20:34:46 $
|
||||
* @(#)$RCSfile: TestTextPanel.java,v $ $Revision: 1.7 $ $Date: 2000/04/24 21:11:45 $
|
||||
*
|
||||
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
|
||||
*
|
||||
@ -14,8 +14,6 @@
|
||||
*/
|
||||
package com.ibm.richtext.tests;
|
||||
|
||||
import com.ibm.test.TestFmwk;
|
||||
|
||||
import java.util.Random;
|
||||
import java.awt.Color;
|
||||
import java.awt.Frame;
|
||||
@ -43,14 +41,13 @@ import com.ibm.textlayout.attributes.AttributeSet;
|
||||
import com.ibm.textlayout.attributes.TextAttribute;
|
||||
import com.ibm.textlayout.attributes.AttributeMap;
|
||||
|
||||
// Note: this used to be a TestFmwk test. If you add
|
||||
// more tests to it, be sure to add them to
|
||||
// com.ibm.test.richtext.FmwkTestTextPanel.test() -
|
||||
// otherwise they won't get run!
|
||||
|
||||
public class TestTextPanel /*extends TestFmwk*/ {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
//new TestTextPanel().run(args);
|
||||
new TestTextPanel().test();
|
||||
}
|
||||
|
||||
private final class TestListener implements TextPanelListener {
|
||||
|
||||
private int NO_WAY = 0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @(#)$RCSfile: TestTextPanel.java,v $ $Revision: 1.6 $ $Date: 2000/04/24 20:34:46 $
|
||||
* @(#)$RCSfile: TestTextPanel.java,v $ $Revision: 1.7 $ $Date: 2000/04/24 21:11:45 $
|
||||
*
|
||||
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
|
||||
*
|
||||
@ -14,8 +14,6 @@
|
||||
*/
|
||||
package com.ibm.richtext.tests;
|
||||
|
||||
import com.ibm.test.TestFmwk;
|
||||
|
||||
import java.util.Random;
|
||||
import java.awt.Color;
|
||||
import java.awt.Frame;
|
||||
@ -43,14 +41,13 @@ import com.ibm.textlayout.attributes.AttributeSet;
|
||||
import com.ibm.textlayout.attributes.TextAttribute;
|
||||
import com.ibm.textlayout.attributes.AttributeMap;
|
||||
|
||||
// Note: this used to be a TestFmwk test. If you add
|
||||
// more tests to it, be sure to add them to
|
||||
// com.ibm.test.richtext.FmwkTestTextPanel.test() -
|
||||
// otherwise they won't get run!
|
||||
|
||||
public class TestTextPanel /*extends TestFmwk*/ {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
//new TestTextPanel().run(args);
|
||||
new TestTextPanel().test();
|
||||
}
|
||||
|
||||
private final class TestListener implements TextPanelListener {
|
||||
|
||||
private int NO_WAY = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user