You are not logged in.

Search results

Search results 1-2 of 2.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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