I get the ff. error in Java Console occassionally: Exception in thread 开发者_开发百科\"thread applet-my.package.MyApplet-10\" java.lang.NoClassDefFoundError: another/package/SomeClass
I always found this rather annoying fact about applets, that they disappear if you scroll the browser win开发者_如何学运维dow, to reappear when the scrolling is over. What\'s the reason behind this be
I am relatively new to Java and have a Java application consisting of a couple of packages and a n开发者_高级运维umber of classes. I want to be able to run this application in a web browser. How do I
I have an webpage that displays a java applet. The applet is resized if the window is resized using JavaScript which works fine.
I use a Java applet, which produces unwanted sounds to me. Mute option in the applet is missing, and it\'s not possible to rewrite the source code.
I have an applet which communicates with the browser via javascript. I load the applet, and some javascript, in an iframe, and in Windows 2000 with IE6, I have determined that the messages the applet
I开发者_如何学Python\'m very interested in 1 question - HOW to make a screennshot of a client desktop for futher sending to web service or to my Silverlight application.
I need to capture portion of user screen usign java a开发者_如何学JAVApplet. It is easy to do using Robot class but I\'d like user to select which portion of screen to capture in draggy-droppy way.
I am trying to use an applet I downloaded. I get the following error when using it Can\'t load library \'friend\'.
I\'m developing an applet that makes some work and then a redirection to an URL when user clicks on a button. I\'m using a SwingWorker to prevent GUI gets locked up.