Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hardware Inconsistencies

Status
Not open for further replies.

deemanw

Instructor
Sep 28, 2003
3
US
I am using an old PIII HP (did not check the monitor yet).

The applet starts but I get no circle graphics - g.setColor() and drawCircle() importing java.awt and java.applet.Applet with the paint method. The g.drawString works fine.

The circle graphics works fine on my laptop with 16 bit colors 800 x 600 pixels and 256 mega bits memory.


It is slow - (I did not check the memory yet)

Is it the memory? Is it the Monitor? What is it?
 
What VM is installed on the machine? Are you runnging the Applet in a browser? Which one? What VM does it use? Have you tried running it in anything else?

-pete
 
I'm running the borland Jbuilder version 9 but I don't see how the IDE is an issue since it works on my laptop.

Is the VM part of this?

I'm running it in the applet viewer.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top