topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 6:38 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hoblingr [ switch to compact view ]

Pages: [1]
1
Java / Re: java applet problems
« on: April 06, 2007, 04:38 PM »
Hi,

The problem must be cause your applet is not multithreaded, so it has no time to refresh the graphics. You should make your drawing process in another thread and it will solve your problem.
For your popup not showing up, run your code in debug mode with the applet viewer to see how the code go.

BTW, avoid 'main' as a variable name, it is 'reserved' for the public static void main(String[] args) app entry point  :)

Stef

Pages: [1]