JAVA GAME

2000-06-13 Thread ±è¿µºÀ
Title: Orgio MailMessage - sender : [EMAIL PROTECTED] Hi,I have a chance to do JAVA Game Project. I studied JAVA but I don`t know about JAVA GAME.. Is there a tool or library like Direct X API?? How can I start JAVA Game Programe..?? Thanks advance? K

Re: JavaOne - no green threads for Linux

2000-06-13 Thread Nathan Meyers
Richard Johnson wrote: > It would be good if the Java reference platform had > a java.util.Scheduler that perhaps configured itself > with a policy object (java.util.SchedulerPolicy interface) > whose implementations could do such things as query the system for > resources (processor count, memor

Re: htmleditorkit

2000-06-13 Thread Christopher Hinds
Err , could you be a little more specific. For example is an exception thrown, does the code hang . Cheers Chris wangmq wrote: Hi all:  I use below code to read html, it runs well in windows , but when it run in linux, it's error in read .Why, how can I?     try{   editorKit.

javac and sourcepath

2000-06-13 Thread yangyuexiang
Hi, I installed jdk1.3 from IBM. I met the problem when I specify the sourcepath. It seems that "javac -sourcepath" does not work. Why??? Thanks advance? yangyuexiang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

htmlWriter.write();

2000-06-13 Thread wangmq
When htmlWriter.write() run on linux platform, it can't output right chinese character. Who has an good idea to fix it.