You are not logged in.

Search results

Search results 1-2 of 2.

Monday, December 3rd 2012, 4:22pm

Author: luismator

How to return value to web page from applet?

Hello, I am building some java games (applets made with jabaco) and I upload them in a website http://www.ahorachina.com/juego_numeros_chino_1a.html When a player finish one of the games (with proper score) I want to make accesible new games (new html-php pages), so I need the applet return a value to the html-php page when this ocurs. Please, do you know how to return a value to html-php page from an applet? Thanks in advance

Monday, December 3rd 2012, 4:11pm

Author: luismator

Play WAV file on Applet

Hi, I am not an expert in software programming, but I have found jabaco very useful for my little projets. Let me show you how I did to play wav sound files on my jabaco applet (jar file) 1- Import (press F1) \Java\jdk1.7.0_09\jre\lib\rt.jar > java > io (I am not sure but I think it was this one) 2- Add your wav file (example "ding.wav") as a resource to the project (screen top right PROJECT > ADD FILE > RESOURCE) 3- In your code (let say in a button) add this code: In Module1 declare these vari...

WoltLab Burning Board