ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Removed Areas > Java

java applet problems

<< < (2/2)

hoblingr:
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

jeremejazz:
hmmm.... i'll try to work on this some time

Navigation

[0] Message Index

[*] Previous page

Go to full version