Some success, errors in awt, java.text.BreakIterator...
Ben Greear
greear at cyberhighway.net
Thu Jul 16 18:44:40 PDT 1998
The problem with my core dump was indeed that the Klasses.jar
(and pizza.jar) were not in my classpath. Put them in and it
fired right up. It tanked soon there-after... Was going to
recompile using kaffe's javac (pizza).
Seems the method (from javadocs in the JDK):
from class: java.awt.Component
public void repaint(long tm)
Repaints the component. This will result in a call to update within
tm milliseconds.
Parameters:
tm - maximum time in milliseconds before update
See Also:
paint, update
is not implemented. I noticed this because I called this method
in a class derived from Panel (which is derived from Component,
eventually).
***********************************
It seems BreakIterator is not completely defined
either, because I get this error...
HegemonScroll.java:195: function getLineInstance() not found in
class java.text.BreakIterator
Well, I can't comment this one out and have any decent kind of
code..so gonna call it quits here... Good luck with your project!
Ben
Ben Greear (greear at cyberhighway.net) http://www.primenet.com/~greear
Author of ScryMUD: mud.primenet.com 4444
http://www.primenet.com/~greear/ScryMUD/scry.html
More information about the kaffe
mailing list