aspose file tools
The moose likes Swing / AWT / SWT and the fly likes My JApplet runs SLOW! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "My JApplet runs SLOW!" Watch "My JApplet runs SLOW!" New topic
Author

My JApplet runs SLOW!

Ben Weaver
Ranch Hand

Joined: May 10, 2000
Posts: 40
Hello applet gurus,
I'm trying out my first applet. I've written it so it can also appear as a JFrame GUI application. As an application it displays and runs(a Jdbc connection) just fine.
Tested as an applet in Netscape, however, it runs very slowly. It also shows a white, instead of the proper gray, backround. When I position the cursor at the first JTextField and type my name, the characters show up about 30 seconds later. When I click on a button I've created to input the textfield values and activate the jdbc connection, the button does not react in any way. I received a Windows NT message complaining of low virtual memory.
I'm using Netscape to test the applet, which is stored on my c:\drive. The applet uses Swing components. I have not compressed the sourcecode into a .jar file.
What's wrong with this applet?
Thanks in advance,
Ben Weaver
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: My JApplet runs SLOW!
 
Similar Threads
Running Applets in IE
how to close an html window by clicking an applet button ?
My Applet runs SLOWLY!
how to close an html window by clicking an applet button ?
Refreshing an applet in a browser